mirror of
https://github.com/Diggsey/sqlxmq.git
synced 2024-10-31 21:58:58 +00:00
05d59b0e39
Moves the migration changes introduced in 5d287b7
to separate migration
files, so existing requeuest deployments can migrate without issue.
12 lines
317 B
SQL
12 lines
317 B
SQL
DROP FUNCTION mq_checkpoint;
|
|
DROP FUNCTION mq_keep_alive;
|
|
DROP FUNCTION mq_delete;
|
|
DROP FUNCTION mq_commit;
|
|
DROP FUNCTION mq_insert;
|
|
DROP FUNCTION mq_poll;
|
|
DROP FUNCTION mq_active_channels;
|
|
DROP FUNCTION mq_latest_message;
|
|
DROP TABLE mq_payloads;
|
|
DROP TABLE mq_msgs;
|
|
DROP FUNCTION mq_uuid_exists;
|
|
DROP TYPE mq_new_t;
|