mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 22:49:30 +00:00
🐛 Fix share link migration for backward compatibilty
This commit is contained in:
parent
7256bdbcd5
commit
d021ac0226
@ -1,4 +1,5 @@
|
|||||||
ALTER TABLE share_link
|
ALTER TABLE share_link
|
||||||
ADD COLUMN who_comment text NOT NULL DEFAULT('team'),
|
ADD COLUMN who_comment text NOT NULL DEFAULT('team'),
|
||||||
ADD COLUMN who_inspect text NOT NULL DEFAULT('team'),
|
ADD COLUMN who_inspect text NOT NULL DEFAULT('team');
|
||||||
DROP COLUMN flags;
|
|
||||||
|
--- TODO: remove flags column in 1.15.x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user