mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-02 09:09:09 +00:00
Merge remote-tracking branch 'dani/main' into sso-support
This commit is contained in:
commit
6ee5580b03
26 changed files with 345 additions and 155 deletions
0
migrations/mysql/2025-01-09-172300_add_manage/down.sql
Normal file
0
migrations/mysql/2025-01-09-172300_add_manage/down.sql
Normal file
5
migrations/mysql/2025-01-09-172300_add_manage/up.sql
Normal file
5
migrations/mysql/2025-01-09-172300_add_manage/up.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE users_collections
|
||||
ADD COLUMN manage BOOLEAN NOT NULL DEFAULT FALSE;
|
||||
|
||||
ALTER TABLE collections_groups
|
||||
ADD COLUMN manage BOOLEAN NOT NULL DEFAULT FALSE;
|
Loading…
Add table
Add a link
Reference in a new issue