-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
hello, great tool!
With version 2.4.1 and PostgreSQL: 9.6+ (15.3) if you set migrationOptions.historyTableSchema to a schema different from 'public':
- table historyTableSchema.historyTableName is not created into historyTableSchema schema (even if schema exists) but into public schema
- when you save a patch (-s parameter)
- if table historyTableSchema.historyTableName exists patch is corretly save into it
- table public.historyTableName is created (but remains empty because patch is correctly saved into historyTableSchema.historyTableName)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
In progress