mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-15 08:36:53 -04:00
13 lines
320 B
MySQL
13 lines
320 B
MySQL
|
|
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;
|