0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-28 21:48:57 +02:00
bitwarden_rs/migrations/postgresql/2019-09-12-100000_create_tables/down.sql

14 lines
320 B
MySQL
Raw Normal View History

DROP TABLE devices;
DROP TABLE attachments;
DROP TABLE users_collections;
DROP TABLE users_organizations;
DROP TABLE folders_ciphers;
DROP TABLE ciphers_collections;
DROP TABLE twofactor;
DROP TABLE invitations;
DROP TABLE collections;
DROP TABLE folders;
DROP TABLE ciphers;
DROP TABLE users;
DROP TABLE organizations;