sqlxmq/migrations/20210921115907_clear.down.sql
Amanda Graven 05d59b0e39
Move migration changes to separate files
Moves the migration changes introduced in 5d287b7 to separate migration
files, so existing requeuest deployments can migrate without issue.
2021-09-21 14:05:09 +02:00

3 lines
52 B
SQL

DROP FUNCTION mq_clear;
DROP FUNCTION mq_clear_all;