mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 04:06:39 +02:00
3 lines
140 B
SQL
3 lines
140 B
SQL
ALTER TABLE comment ADD COLUMN mentions uuid[] NULL DEFAULT '{}';
|
|
|
|
ALTER TABLE comment_thread ADD COLUMN mentions uuid[] NULL DEFAULT '{}';
|