penpot/backend/src/app/migrations/sql/0136-mod-comments-mentions.sql
2025-01-09 11:55:53 +01:00

3 lines
140 B
SQL

ALTER TABLE comment ADD COLUMN mentions uuid[] NULL DEFAULT '{}';
ALTER TABLE comment_thread ADD COLUMN mentions uuid[] NULL DEFAULT '{}';