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
What is the motivation / use case for changing the behavior?
Using data separation on schemas level
Environment
db-migrate version: 1.0.0-beta.15, 0.11.12
plugins with versions: not sure I have one
db-migrate driver with versions: pg 1.2.2
Additional information:
- Node version: 14.17.0
- Platform: Mac
Others:
The text was updated successfully, but these errors were encountered:
I'm also wondering how one configures what schema the migration tables are stored under. (I've got an automatic API generator and I'd like to keep the migrations tables out of where it's looking.)
I'm submitting a...
Please how should one deal with the schemas?
Current behavior
Currently I define schema similar to how it is described in docs
Both migration table and migration content are created in the
public
schema.Behavior is the same regardless of the defined schema existence.
Expected behavior
Minimal reproduction of the problem with instructions
I've tried both
ENV
link and exact valueWhat is the motivation / use case for changing the behavior?
Using data separation on schemas level
Environment
The text was updated successfully, but these errors were encountered: