You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some SQL commands can't be executed in the scope of transaction. E.g. psql ALTER TYPE .... I suggest to add possibility to disable wrapping particular migration in the transaction. It can be configured via some flag in the migration file name, or via special comment inside the migration, e.g. -- tx off.
I'm ready to submit PR in case this changes are welcome and we agree on configuration option.
CommonGuy, jonjomckay, julien-vandooren and chrisandchris