raoptimus/db-migrator.go

Migration with ";" in the middle of a query is failing

alleskos opened this issue · 0 comments

For example
CREATE OR REPLACE FUNCTION function_name() RETURNS trigger AS $$
BEGIN
...
END;
$$ LANGUAGE plpgsql;