-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #585 from bcgov/feature/GRAD2-2325
Worked on performance to remove nongrad reason fileds for nongrad stu…
- Loading branch information
Showing
3 changed files
with
13 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...src/main/resources/db/migration/1.0/V1.0.58__DDL-UPDATE_TABLE-EDW_GRADUATION_SNAPSHOT.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ALTER TABLE EDW_GRADUATION_SNAPSHOT DROP COLUMN NOT_GRAD_REASON_1; | ||
ALTER TABLE EDW_GRADUATION_SNAPSHOT DROP COLUMN NOT_GRAD_REASON_2; | ||
ALTER TABLE EDW_GRADUATION_SNAPSHOT DROP COLUMN NOT_GRAD_REASON_3; | ||
ALTER TABLE EDW_GRADUATION_SNAPSHOT DROP COLUMN NOT_GRAD_REASON_4; | ||
ALTER TABLE EDW_GRADUATION_SNAPSHOT DROP COLUMN NOT_GRAD_REASON_5; | ||
ALTER TABLE EDW_GRADUATION_SNAPSHOT DROP COLUMN NOT_GRAD_REASON_6; | ||
ALTER TABLE EDW_GRADUATION_SNAPSHOT DROP COLUMN NOT_GRAD_REASON_7; | ||
ALTER TABLE EDW_GRADUATION_SNAPSHOT DROP COLUMN NOT_GRAD_REASON_8; | ||
ALTER TABLE EDW_GRADUATION_SNAPSHOT DROP COLUMN NOT_GRAD_REASON_9; | ||
ALTER TABLE EDW_GRADUATION_SNAPSHOT DROP COLUMN NOT_GRAD_REASON_10; | ||
ALTER TABLE EDW_GRADUATION_SNAPSHOT DROP COLUMN NOT_GRAD_REASON_11; | ||
ALTER TABLE EDW_GRADUATION_SNAPSHOT DROP COLUMN NOT_GRAD_REASON_12; | ||
|