lavender/database/migrations/20240820202502_init.down.sql

6 lines
104 B
MySQL
Raw Normal View History

2024-09-02 22:54:03 +01:00
DROP TABLE users;
DROP INDEX username_index;
DROP TABLE roles;
DROP TABLE otp;
DROP TABLE client_store;