mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 12:18:32 +00:00
4 lines
131 B
SQL
4 lines
131 B
SQL
--- Add frame_id field.
|
|
ALTER TABLE comment_thread
|
|
ADD COLUMN frame_id uuid NULL DEFAULT '00000000-0000-0000-0000-000000000000';
|