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

Update postgres schema and wipe the accrued migrations #41

Open
steve-fischer-200 opened this issue Sep 6, 2022 · 1 comment
Open

Comments

@steve-fischer-200
Copy link
Contributor

It will make it easier for developers to understand the schema if it is kept up-to-date, rather than having to review all the migrations.

@Foxcapades
Copy link
Member

init.sql is/was intended to always stay up to date with the most recent definition of what the database should be. The migrations are just there as an extra (unneeded?) robustness feature that allow old databases to be pulled up to date without being nuked.

This task is basically just manually applying migrations 1.3.0 and 1.3.6 to the init.sql file.

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

No branches or pull requests

2 participants