mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-12 11:35:57 +03:00
First working version
This commit is contained in:
7
migrations/2018-01-14-171611_create_tables/down.sql
Normal file
7
migrations/2018-01-14-171611_create_tables/down.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DROP TABLE users;
|
||||
|
||||
DROP TABLE devices;
|
||||
|
||||
DROP TABLE ciphers;
|
||||
|
||||
DROP TABLE folders;
|
Reference in New Issue
Block a user