-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6bc91d
commit cb9b87a
Showing
6 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
...ce/database/mssql/scripts/dbscripts/PSP_PIMS_LATEST/Alter Down/011_DML_PIMS_ROLE_NAME.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,15 @@ | ||
UPDATE | ||
PIMS_ROLE | ||
SET | ||
NAME = 'Lease/License functional', | ||
CONCURRENCY_CONTROL_NUMBER = CONCURRENCY_CONTROL_NUMBER + 1 | ||
WHERE | ||
NAME = 'Lease License functional'; | ||
|
||
UPDATE | ||
PIMS_ROLE | ||
SET | ||
NAME = 'Lease/License read-only', | ||
CONCURRENCY_CONTROL_NUMBER = CONCURRENCY_CONTROL_NUMBER + 1 | ||
WHERE | ||
NAME = 'Lease License read-only'; |
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
15 changes: 15 additions & 0 deletions
15
source/database/mssql/scripts/dbscripts/PSP_PIMS_LATEST/Alter Up/164_DML_PIMS_ROLE_NAME.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,15 @@ | ||
UPDATE | ||
PIMS_ROLE | ||
SET | ||
NAME = 'Lease License functional', | ||
CONCURRENCY_CONTROL_NUMBER = CONCURRENCY_CONTROL_NUMBER + 1 | ||
WHERE | ||
NAME = 'Lease/License functional'; | ||
|
||
UPDATE | ||
PIMS_ROLE | ||
SET | ||
NAME = 'Lease License read-only', | ||
CONCURRENCY_CONTROL_NUMBER = CONCURRENCY_CONTROL_NUMBER + 1 | ||
WHERE | ||
NAME = 'Lease/License read-only'; |
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