"create schema if not exists" is not working if plugin is used. #108
Labels
bug
Something isn't working
built-in plugin
Related to a built-in plugin
postgres
Related to PostgreSQL
I've created plugin to inject schema into queries to avoid using
withSchema
method with every query. Later I found out it's same as build-inWithSchemaPlugin
. I've been using migrations too and trying forceMigrator
to use schema. In this combination migration fails because of "SCHEMA ALREADY EXISTS" error.I've been debugging for a while and found out root cause of the problem, then I fixed it with another bug in the PR #107
The text was updated successfully, but these errors were encountered: