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

Fix DB schema version #374

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Fix DB schema version #374

merged 1 commit into from
Dec 18, 2024

Conversation

joeroe
Copy link
Contributor

@joeroe joeroe commented Dec 18, 2024

I wanted to take a sneak peak at your work here @MartinHinz (which looks great, by the way!) and came across an issue with the database migrations. It looks like the schema version was incorrectly de-incremented in this merge, which meant Rails wanted to run the migrations to create the 'dendros' and 'chronologies' tables even though they already exist in the schema. Re-incrementing the schema version fixes this and allows the database to be cleanly regenerated.

To avoid pending migrations that cannot be run. The version was incorrectly
de-incremented in a previous merge.
@MartinHinz MartinHinz merged commit b6a7748 into dendro Dec 18, 2024
1 check failed
@MartinHinz
Copy link
Collaborator

thanks for spotting!

@MartinHinz MartinHinz deleted the dendro_fix_schema branch December 18, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants