mirror of
https://github.com/penpot/penpot.git
synced 2025-05-02 05:25:54 +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 '{}';
|