mirror of
https://github.com/Traceworks2023/nxtgauge-backend-rust.git
synced 2026-06-10 21:22:29 +00:00
7 lines
211 B
MySQL
7 lines
211 B
MySQL
|
|
DROP INDEX IF EXISTS idx_email_logs_user_id;
|
||
|
|
DROP INDEX IF EXISTS idx_notifications_is_read;
|
||
|
|
DROP INDEX IF EXISTS idx_notifications_user_id;
|
||
|
|
|
||
|
|
DROP TABLE IF EXISTS email_logs;
|
||
|
|
DROP TABLE IF EXISTS notifications;
|