0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-18 04:43:49 +02:00
bitwarden_rs/migrations/2018-01-14-171611_create_tables/down.sql

9 lines
105 B
MySQL
Raw Normal View History

2018-02-10 01:00:55 +01:00
DROP TABLE users;
DROP TABLE devices;
DROP TABLE ciphers;
DROP TABLE attachments;
2018-02-10 01:00:55 +01:00
DROP TABLE folders;