7 lines
273 B
SQL
7 lines
273 B
SQL
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;
|