1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-09-20 01:11:32 +02:00
Vaultwarden/migrations/2018-02-17-205753_create_collections_and_orgs/down.sql

9 lines
116 B
SQL

DROP TABLE collections;
DROP TABLE organizations;
DROP TABLE users_collections;
DROP TABLE users_organizations;