generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: CE-812 - Add missing complaint updates (#484)
Co-authored-by: Mike Sears <[email protected]> Co-authored-by: afwilcox <[email protected]>
- Loading branch information
1 parent
0f8df14
commit 7a94abd
Showing
21 changed files
with
517 additions
and
133 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-- | ||
-- Reset the CDOGS template hashes every time the database scripts run | ||
-- this is to make sure that the most up to date template is used | ||
-- | ||
UPDATE "configuration" | ||
SET | ||
configuration_value = '' | ||
WHERE | ||
configuration_code = 'HWCTMPLATE'; | ||
|
||
UPDATE "configuration" | ||
SET | ||
configuration_value = '' | ||
WHERE | ||
configuration_code = 'ERSTMPLATE'; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.