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
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