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

build.yml should check to see migration name does not preceed any migration on master #9094

Closed
1 task
mattkrick opened this issue Nov 1, 2023 · 0 comments · Fixed by #9166
Closed
1 task
Labels
devops DevOps-related work

Comments

@mattkrick
Copy link
Member

AC

  • build.yml should include a step that looks at the files being merged. for each file being added in packages/server/postgres/migrations, grab the datestamp prefix & compare it to the max value in master. if the max value in master is greater, then throw an error because this migration will preceed the migration that exists in master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops DevOps-related work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants