Closed mikker closed 5 years ago
Trying to add an enum value I was greeted by the error PG::ActiveSqlTransaction: ERROR: ALTER TYPE ... ADD cannot run inside a transaction block. Disabling the wrapping transaction made it work but I had to look that up first.
PG::ActiveSqlTransaction: ERROR: ALTER TYPE ... ADD cannot run inside a transaction block
Thanks!
Thank you! Gem works great 👌
Trying to add an enum value I was greeted by the error
PG::ActiveSqlTransaction: ERROR: ALTER TYPE ... ADD cannot run inside a transaction block
. Disabling the wrapping transaction made it work but I had to look that up first.