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

CEDS IDS Version 11.0.0.0 Release #71

Merged
merged 3 commits into from
Apr 17, 2023
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
11 changes: 6 additions & 5 deletions 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-NDS-V7_2_0_0) with the database name of your choice.
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.
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 All @@ -28,10 +28,11 @@ Many elements in CEDS contain a finite list of options (e.g. Disability Type). T
3. Execute the script.

### Upgrading your CEDS IDS
The CEDS team will provide rerunnable scripts to incrementally upgrade your IDS between compatible, incompatible, and alignment versions of the CEDS IDS. Upgrade scripts will be rerunnable to make it safe and easy to perform upgrades. Upgrade scripts contain CEDS metadata and reference table inserts and updates.
1. Based on your current version, download the appropriate upgrade script at /src/upgrade using your preferred SQL client.
2. Connect to your CEDS IDS database instance.
3. Execute the script.
The CEDS team will provide scripts to incrementally upgrade your IDS between compatible, incompatible, and alignment versions of the CEDS IDS. Upgrade scripts contain CEDS metadata and reference table inserts and updates.
1. Create a back-up of your current IDS database instance.
2. Based on your current version, download the appropriate upgrade script at /src/upgrade using your preferred SQL client.
3. Connect to your CEDS IDS database instance.
4. Execute the script.

## Submitting a Use Case
Use cases may be submitted through the [Issues](https://github.com/CEDStandards/CEDS-IDS/issues) tab by clicking on **New Issue** and then **Get Started** which is located next to **CEDS Integrated Data Store and Data Warehouse Use Case**.
Expand Down
Binary file removed doc/CEDS OSC IDS Summary v10 Changes.xlsx
Binary file not shown.
Binary file removed doc/CEDS OSC IDS Summary v10.0.1.0 Changes.xlsx
Binary file not shown.
Binary file added doc/CEDS OSC IDS Summary v11 Changes.xlsx
Binary file not shown.
Binary file added doc/CEDS OSC IDS v11 Breaking Changes Notes.docx
Binary file not shown.
Binary file modified doc/CEDS-Data-Model-Guide.pdf
Binary file not shown.
Binary file modified src/ddl/CEDS-IDS.sql
Binary file not shown.
12,539 changes: 7,250 additions & 5,289 deletions src/metadata/Populate-CEDS-Element-Tables.sql

Large diffs are not rendered by default.

32,713 changes: 16,178 additions & 16,535 deletions src/reference-data/Populate-CEDS-Ref-Tables.sql

Large diffs are not rendered by default.

43 changes: 0 additions & 43 deletions src/upgrade/V10-to-V10.0.1.0.sql

This file was deleted.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading