-
Notifications
You must be signed in to change notification settings - Fork 127
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
refinery_cli: Error: error applying update
, db error: ERROR: relation "refinery_schema_history" does not exist
#319
Comments
error applying update
, db error: ERROR: relation "refinery_schema_history" does not exist
error applying update
, db error: ERROR: relation "refinery_schema_history" does not exist
Hi, you need to give more context, do you have a MRE ? |
I can't share the existing migration SQL files, but those are PostgreSQL migrations we used with go-migration tool that I have renamed using |
are you changing the schema history table name? There has recently been patched a bug for it, see #313 |
No, I don't change it. |
Then I am sorry, I would gladly try to help further, but without a proper way to reproduce the situation there's not much I think I can do. |
When I try to migrate my PostgreSQL database I get:
When I inspect the database I see some changes are applied, the
refinery_schema_history
table is created with no records.The text was updated successfully, but these errors were encountered: