0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-01-21 01:12:28 -05:00
vaultwarden/migrations/mysql/2018-01-14-171611_create_tables/down.sql

9 lines
105 B
MySQL
Raw Permalink 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;