-
Notifications
You must be signed in to change notification settings - Fork 8
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
[CPDLP-3814] NPQ Post Separation Cleanup - Remove NPQ specific tables from ECF #5374
[CPDLP-3814] NPQ Post Separation Cleanup - Remove NPQ specific tables from ECF #5374
Conversation
Review app deployed to https://cpd-ecf-review-5374-web.test.teacherservices.cloud |
cd1756e
to
4579553
Compare
fde1522
to
c0f9ecc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍 but maybe we could wait for the other PR to be tested first? as many changes are included there as well..
4579553
to
c0f9ecc
Compare
7eac355
to
1a01ad7
Compare
1a01ad7
to
7b08491
Compare
db/migrate/20220530141418_add_national_institute_of_teaching_npq_lead_provider.rb
Show resolved
Hide resolved
4a177b9
to
9f8e1ed
Compare
9f8e1ed
to
6769222
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I'm not sure if we care too much, but if you apply the migration and then roll it back and diff against main
there are a few foreign keys missing:
- add_foreign_key "npq_application_exports", "users"
- add_foreign_key "npq_applications", "npq_courses"
- add_foreign_key "npq_applications", "npq_lead_providers"
- add_foreign_key "npq_applications", "participant_identities"
- add_foreign_key "npq_applications", "users", column: "eligible_for_funding_updated_by_id"
Has this been tested on the snapshot environment?
Migration has been run on snapshot 👍 I'm thinking we ignore the foreign keys as we won't need it |
00aafc5
to
856360e
Compare
…id too many changes
856360e
to
673893e
Compare
Context
Changes proposed in this pull request
Guidance to review