tulip/database/migrations/20240309221547_init.down.sql

5 lines
86 B
MySQL
Raw Permalink Normal View History

2024-03-11 12:39:52 +00:00
DROP TABLE users;
DROP INDEX username_index;
DROP TABLE client_store;
DROP TABLE otp;