Files
silo-server/migrations/080_series_match_queue.down.sql
T

4 lines
146 B
SQL
Raw Normal View History

2026-05-22 20:26:11 -04:00
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;