-
Notifications
You must be signed in to change notification settings - Fork 3
#2618 #1710
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
base: main
Are you sure you want to change the base?
Conversation
update carnegie_codes from latest csv
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.
Pull request overview
This PR updates the Carnegie classification table data from 2021 to 2025 by implementing a database migration strategy across three update hooks. The changes introduce a new table schema with significantly expanded fields to accommodate the 2025 Carnegie classification data structure, including new metrics for research, enrollment, demographics, and institutional characteristics.
Key Changes
- Drops the existing
carnegie_codestable and recreates it with a new 2025 schema containing 87 fields (compared to the previous structure) - Implements three sequential update functions: 10002 (drop table), 10003 (create new table), and 10004 (populate from CSV)
- Adds CSV import logic to populate the new table with 2025 Carnegie classification data from a 2.36 MB CSV file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
remove @file
revert copilot additions
tweaking some field names
MSI update
…ts. Fix event registration reminder issues.
Describe context / purpose for this PR
Update carnegie classification table data to 2025
Issue link
https://cyberteamportal.atlassian.net/browse/D8-2618
Link to MultiDev instance
http://md-2618-accessmatch.pantheonsite.io
Checklist for PR author