0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-28 17:53:50 +02:00
bitwarden_rs/migrations/mysql/2018-02-17-205753_create_collections_and_orgs/down.sql
2019-05-26 23:03:05 +02:00

9 lines
116 B
SQL

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