Does anyone happen to know how I can make the endDelimiter:$$ ? I've tried it with and without quotes and it doesn't seem to work. If I change it to a # it works but a $ or two $$ it doesn't. I see the same type of error as mentioned above. Here is a snippet of my code. Thanks!
--liquibase formatted sql
--changeset molson:AccountDisc endDelimiter:$$
DROP PROCEDURE IF EXISTS AccountDisc $$
CREATE DEFINER=`cr_api`@`%` PROCEDURE AccountDisc(
IN v_transaction_id VARCHAR(100),
.
.
.