mirror of
https://github.com/1f349/lavender.git
synced 2025-01-21 06:06:30 +00:00
6 lines
104 B
SQL
6 lines
104 B
SQL
DROP TABLE users;
|
|
DROP INDEX username_index;
|
|
DROP TABLE roles;
|
|
DROP TABLE otp;
|
|
DROP TABLE client_store;
|