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;
|