mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-01-26 11:18:07 +00:00
3 lines
99 B
SQL
3 lines
99 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP INDEX jobs_queue_status_index;
|
|
DROP TABLE jobs;
|