1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-09-22 18:31:31 +02:00
Vaultwarden/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;