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

Feature/issue 77 #78

Merged
merged 3 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Common Education Data Standards (CEDS) Integrated Data Store (IDS) factors t
To create a new instance of the CEDS IDS on your SQL Server, perform the following steps.
1. Open the database creation script at /src/ddl/CEDS-IDS.sql using your preferred SQL client.
2. Connect to the server on which you want to create the CEDS IDS instance.
3. Find and replace the existing database name in the script (eg. CEDS-IDS-V11_0_0_0) with the database name of your choice.
3. Find and replace the existing database name in the script (eg. CEDS-IDS-V12_0_0_0) with the database name of your choice.
4. Run the script.
The database is empty by default. Proceed with the following instructions to load CEDS Element metadata and CEDS Option Set values into the reference tables.

Expand Down
Binary file removed doc/CEDS OSC IDS Summary v11 Changes.xlsx
Binary file not shown.
Binary file added doc/CEDS OSC IDS Summary v12 Changes.xlsx
Binary file not shown.
Binary file removed doc/CEDS OSC IDS v11 Breaking Changes Notes.docx
Binary file not shown.
Binary file added doc/CEDS OSC IDS v12 Breaking Changes Notes.docx
Binary file not shown.
Binary file modified doc/IDS-Reference.xlsx
Binary file not shown.
6,872 changes: 5,504 additions & 1,368 deletions src/ddl/CEDS-IDS.sql

Large diffs are not rendered by default.

13,405 changes: 7,161 additions & 6,244 deletions src/metadata/Populate-CEDS-Element-Tables.sql

Large diffs are not rendered by default.

32,778 changes: 16,553 additions & 16,225 deletions src/reference-data/Populate-CEDS-Ref-Tables.sql

Large diffs are not rendered by default.

98,269 changes: 0 additions & 98,269 deletions src/upgrade/V10.0.0.0-to-V11.0.0.0.sql

This file was deleted.

62,557 changes: 26,660 additions & 35,897 deletions src/upgrade/V10.0.1.0-to-V11.0.0.0.sql → src/upgrade/V11.0.0.0-to-V12.0.0.0.sql

Large diffs are not rendered by default.