mirror of
https://github.com/penpot/penpot.git
synced 2026-05-13 12:04:06 +00:00
6 lines
176 B
SQL
6 lines
176 B
SQL
ALTER TABLE share_link
|
|
ADD COLUMN who_comment text NOT NULL DEFAULT('team'),
|
|
ADD COLUMN who_inspect text NOT NULL DEFAULT('team');
|
|
|
|
--- TODO: remove flags column in 1.15.x
|