summaryrefslogtreecommitdiff
path: root/migrations/postgresql/2019-09-12-100000_create_tables/down.sql
blob: e4561c37a1bd94ebc8fd15517fba2ae238fe9209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;