mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-01 10:56:39 +00:00
14 lines
320 B
MySQL
14 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;
|