mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +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';
|