Michael Bach
Results
2
comments of
Michael Bach
Hey @MarcMeszaros , sorry for the delayed response! Since your PR changes internal API usage, I think they'd be better separate. Ours is just fixing/updating the Action without any noteworthy...
Found the spot where a workaround is possible: https://github.com/prisma/prisma-engines/blob/main/migration-engine/connectors/sql-migration-connector/src/sql_schema_differ/differ_database.rs#L42-L43 Thanks, @nvitaterna ! You almost got it right but that wouldn't fix Postgres schema diffing. The main problem there is the...