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

Db Migration Timestamps #47

Open
ajkiessl opened this issue Jul 19, 2023 · 0 comments
Open

Db Migration Timestamps #47

ajkiessl opened this issue Jul 19, 2023 · 0 comments

Comments

@ajkiessl
Copy link
Contributor

There are two database migrations where the filename timestamp has two extra digits appended to the end:

  • 2018050212211234_add_foreign_key_contract_faculty_links
  • 2018050314201234_add_foreign_key_sections

We need these to match the length of the other migrations so that they don't linger at the end of every migration. This will require removing the two extra digits in the name of the migration file, and removing the two digits in the schema migrations records in the production database (and locally). The timestamps should respectively be change to:

  • 20180502122112_add_foreign_key_contract_faculty_links
  • 20180503142012_add_foreign_key_sections
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

1 participant