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-02-17-205753_create_collections_and_orgs/down.sql

9 lines
116 B
MySQL
Raw Permalink Normal View History

DROP TABLE collections;
DROP TABLE organizations;
DROP TABLE users_collections;
DROP TABLE users_organizations;