1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-02 15:58:10 +00:00

group support

This commit is contained in:
MFijak 2022-10-20 15:31:53 +02:00
commit 21bc3bfd53
17 changed files with 1188 additions and 19 deletions

View file

@ -0,0 +1,3 @@
DROP TABLE groups;
DROP TABLE groups_users;
DROP TABLE collections_groups;