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
Hello, we try to use fogger to copy data between 2 PostgreSQL 11 databases, but getting the following error
SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block INSERT INTO "schema"."schema_migrations" ("version", "dirty") VALUES('39', '')
schema_migrations.dirty field type is boolean, but instead of inserting boolean value it inserts empty string
The text was updated successfully, but these errors were encountered:
Hello, we try to use fogger to copy data between 2 PostgreSQL 11 databases, but getting the following error
SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block INSERT INTO "schema"."schema_migrations" ("version", "dirty") VALUES('39', '')
schema_migrations.dirty
field type is boolean, but instead of inserting boolean value it inserts empty stringThe text was updated successfully, but these errors were encountered: