mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +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
|
||||
ADD COLUMN who_comment text NOT NULL DEFAULT('team'),
|
||||
ADD COLUMN who_inspect text NOT NULL DEFAULT('team'),
|
||||
DROP COLUMN flags;
|
||||
ADD COLUMN who_inspect text NOT NULL DEFAULT('team');
|
||||
|
||||
--- TODO: remove flags column in 1.15.x
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user