mirror of
https://github.com/Traceworks2023/nxtgauge-backend-rust.git
synced 2026-06-10 20:01:28 +00:00
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;
|