1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-07-04 13:14:42 +02:00
vaultwarden/migrations/postgresql/2022-07-27-110000_add_group_support/down.sql
2022-10-20 15:31:53 +02:00

3 Zeilen
74 B
SQL

DROP TABLE groups;
DROP TABLE groups_users;
DROP TABLE collections_groups;