morffix/migrations/000016_alter_workers_table_queue_enable.down.sql
Samuel Lorch b03e85db0b
All checks were successful
/ release (push) Successful in 42s
Queue Enable
2024-07-06 18:01:51 +02:00

2 lines
50 B
SQL

ALTER TABLE workers
DROP IF EXISTS queue_enable;