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