mirror of
https://github.com/Diggsey/sqlxmq.git
synced 2024-11-22 00:01:00 +00:00
12 lines
316 B
MySQL
12 lines
316 B
MySQL
|
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;
|