-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OLMIS-7807: Changed the name and source of the requisition template c…
…olumn (#89)
- Loading branch information
1 parent
278edf0
commit da1c4ce
Showing
3 changed files
with
15 additions
and
7 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
7 changes: 7 additions & 0 deletions
7
...urces/db/migration/20231103144228371__change_doses_per_patient_column_name_and_source.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,7 @@ | ||
UPDATE requisition.available_requisition_columns | ||
SET name = 'dosesPerPatient' | ||
WHERE id = '3efdf855-cc03-4ccc-97f2-60108bc4b7a3'; | ||
|
||
UPDATE requisition.columns_maps | ||
SET name = 'dosesPerPatient', key = 'dosesPerPatient', source = 2 | ||
WHERE requisitioncolumnid = '3efdf855-cc03-4ccc-97f2-60108bc4b7a3'; |