Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migration option historyTableSchema #51

Open
vukbgit opened this issue Jul 17, 2023 · 1 comment
Open

migration option historyTableSchema #51

vukbgit opened this issue Jul 17, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@vukbgit
Copy link

vukbgit commented Jul 17, 2023

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)
@michaelsogos michaelsogos self-assigned this Jun 6, 2024
@michaelsogos michaelsogos added the bug Something isn't working label Jun 6, 2024
@michaelsogos
Copy link
Owner

Thanks for reporting @vukbgit .

Let me fix it and I'll be back soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To do
Development

No branches or pull requests

2 participants