Closed jroitgrund closed 1 week ago
I'm encountering a similar issue to the one reported and fixed in https://github.com/kysely-org/kysely/issues/93.
When using a namespaced DB instance (db.withSchema()), the kysely migrator:
db.withSchema()
Context: I'm trying to use schemas to run tests in their own namespace in parallel.
https://kysely-org.github.io/kysely-apidoc/interfaces/MigratorProps.html#migrationTableSchema
I'm encountering a similar issue to the one reported and fixed in https://github.com/kysely-org/kysely/issues/93.
When using a namespaced DB instance (
db.withSchema()
), the kysely migrator:Context: I'm trying to use schemas to run tests in their own namespace in parallel.