penpot/backend/src/app/migrations/sql/0033-mod-comment-thread-table.sql
2020-11-23 17:43:06 +01:00

3 lines
61 B
SQL

ALTER TABLE comment_thread
ADD COLUMN page_name text NULL;