-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BRMO-387: Bump BRMO versie van 4.0.1-SNAPSHOT naar 5.0.0-SNAPSHOT
- Loading branch information
Showing
37 changed files
with
79 additions
and
76 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
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
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
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
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
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
6 changes: 3 additions & 3 deletions
6
...grade_scripts/4.0.0-4.0.1/oracle/rsgb.sql → ...grade_scripts/4.0.0-5.0.0/oracle/rsgb.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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
-- | ||
-- upgrade Oracle RSGB datamodel van 4.0.0 naar 4.0.1 | ||
-- upgrade Oracle RSGB datamodel van 4.0.0 naar 5.0.0 | ||
-- | ||
|
||
WHENEVER SQLERROR EXIT SQL.SQLCODE | ||
|
||
|
||
-- onderstaande dienen als laatste stappen van een upgrade uitgevoerd | ||
INSERT INTO brmo_metadata (naam,waarde) SELECT 'upgrade_4.0.0_naar_4.0.1','vorige versie was ' || waarde FROM brmo_metadata WHERE naam='brmoversie'; | ||
INSERT INTO brmo_metadata (naam,waarde) SELECT 'upgrade_4.0.0_naar_5.0.0','vorige versie was ' || waarde FROM brmo_metadata WHERE naam='brmoversie'; | ||
-- versienummer update | ||
UPDATE brmo_metadata SET waarde='4.0.1' WHERE naam='brmoversie'; | ||
UPDATE brmo_metadata SET waarde='5.0.0' WHERE naam='brmoversie'; |
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
6 changes: 3 additions & 3 deletions
6
...de_scripts/4.0.0-4.0.1/oracle/staging.sql → ...de_scripts/4.0.0-5.0.0/oracle/staging.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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
-- | ||
-- upgrade Oracle STAGING datamodel van 4.0.0 naar 4.0.1 | ||
-- upgrade Oracle STAGING datamodel van 4.0.0 naar 5.0.0 | ||
-- | ||
|
||
WHENEVER SQLERROR EXIT SQL.SQLCODE | ||
|
||
|
||
-- onderstaande dienen als laatste stappen van een upgrade uitgevoerd | ||
INSERT INTO brmo_metadata (naam,waarde) SELECT 'upgrade_4.0.0_naar_4.0.1','vorige versie was ' || waarde FROM brmo_metadata WHERE naam='brmoversie'; | ||
INSERT INTO brmo_metadata (naam,waarde) SELECT 'upgrade_4.0.0_naar_5.0.0','vorige versie was ' || waarde FROM brmo_metadata WHERE naam='brmoversie'; | ||
-- versienummer update | ||
UPDATE brmo_metadata SET waarde='4.0.1' WHERE naam='brmoversie'; | ||
UPDATE brmo_metadata SET waarde='5.0.0' WHERE naam='brmoversie'; |
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
6 changes: 3 additions & 3 deletions
6
...e_scripts/4.0.0-4.0.1/postgresql/rsgb.sql → ...e_scripts/4.0.0-5.0.0/postgresql/rsgb.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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
-- | ||
-- upgrade PostgreSQL RSGB datamodel van 4.0.0 naar 4.0.1 | ||
-- upgrade PostgreSQL RSGB datamodel van 4.0.0 naar 5.0.0 | ||
-- | ||
|
||
set search_path = public,bag,brk; | ||
|
||
|
||
-- onderstaande dienen als laatste stappen van een upgrade uitgevoerd | ||
INSERT INTO brmo_metadata (naam,waarde) SELECT 'upgrade_4.0.0_naar_4.0.1','vorige versie was ' || waarde FROM brmo_metadata WHERE naam='brmoversie'; | ||
INSERT INTO brmo_metadata (naam,waarde) SELECT 'upgrade_4.0.0_naar_5.0.0','vorige versie was ' || waarde FROM brmo_metadata WHERE naam='brmoversie'; | ||
-- versienummer update | ||
UPDATE brmo_metadata SET waarde='4.0.1' WHERE naam='brmoversie'; | ||
UPDATE brmo_metadata SET waarde='5.0.0' WHERE naam='brmoversie'; |
6 changes: 3 additions & 3 deletions
6
...cripts/4.0.0-4.0.1/postgresql/rsgbbgt.sql → ...cripts/4.0.0-5.0.0/postgresql/rsgbbgt.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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
-- | ||
-- upgrade PostgreSQL RSGBBGT datamodel van 4.0.0 naar 4.0.1 | ||
-- upgrade PostgreSQL RSGBBGT datamodel van 4.0.0 naar 5.0.0 | ||
-- | ||
|
||
CREATE TABLE IF NOT EXISTS brmo_metadata(naam CHARACTER VARYING(255) NOT NULL, waarde TEXT, CONSTRAINT brmo_metadata_pk PRIMARY KEY (naam)); | ||
INSERT INTO brmo_metadata(naam) VALUES('brmoversie') ON CONFLICT DO NOTHING; | ||
|
||
|
||
-- onderstaande dienen als laatste stappen van een upgrade uitgevoerd | ||
INSERT INTO brmo_metadata (naam,waarde) SELECT 'upgrade_4.0.0_naar_4.0.1','vorige versie was ' || waarde FROM brmo_metadata WHERE naam='brmoversie'; | ||
INSERT INTO brmo_metadata (naam,waarde) SELECT 'upgrade_4.0.0_naar_5.0.0','vorige versie was ' || waarde FROM brmo_metadata WHERE naam='brmoversie'; | ||
-- versienummer update | ||
UPDATE brmo_metadata SET waarde='4.0.1' WHERE naam='brmoversie'; | ||
UPDATE brmo_metadata SET waarde='5.0.0' WHERE naam='brmoversie'; |
Oops, something went wrong.