mirror of
https://github.com/penpot/penpot.git
synced 2025-07-18 06:17:12 +02:00
3 lines
131 B
SQL
3 lines
131 B
SQL
--- Add frame_id field.
|
|
ALTER TABLE comment_thread
|
|
ADD COLUMN frame_id uuid NULL DEFAULT '00000000-0000-0000-0000-000000000000';
|