mirror of
https://github.com/1f349/lavender.git
synced 2025-04-16 07:47:55 +01: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;
|