💄 Improve shared link modal

This commit is contained in:
Eva 2022-06-16 12:56:22 +02:00 committed by Pablo Alba
parent f132651175
commit 0f04398e61
23 changed files with 453 additions and 521 deletions

View file

@ -0,0 +1,4 @@
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;