Closed markhalonen closed 2 years ago
Of course I figured it out right after posting an issue. Turns out the migration should be
--! no-transaction
ALTER TYPE waldo.notification_type ADD VALUE if not exists 'wood_load_new_comment';
(it does not have -- Enter migration here
at the top).
I have a simple migration that is similar to one I've done before:
I get
Any ideas where to look? I tried graphile-migrate v1.1.0 to no avail, I tried
graphile-migrate commit
(instead ofwatch
) and got same error...The one that is already committed is:
I am not sure why it's not reading the
--! no-transaction
flag...