8 lines
273 B
MySQL
8 lines
273 B
MySQL
|
|
DROP INDEX IF EXISTS idx_verification_logs_ver_id;
|
||
|
|
DROP INDEX IF EXISTS idx_verifications_case_type;
|
||
|
|
DROP INDEX IF EXISTS idx_verifications_status;
|
||
|
|
DROP INDEX IF EXISTS idx_verifications_user_id;
|
||
|
|
|
||
|
|
DROP TABLE IF EXISTS verification_logs;
|
||
|
|
DROP TABLE IF EXISTS verifications;
|