4 lines
146 B
SQL
4 lines
146 B
SQL
DROP INDEX IF EXISTS idx_series_match_queue_folder;
|
|
DROP INDEX IF EXISTS idx_series_match_queue_attempt;
|
|
DROP TABLE IF EXISTS series_match_queue;
|