-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version numbers, adding Upgrade Script and Changelog
Signed-off-by: Gina Monti <Gina Monti>
- Loading branch information
Gina Monti
authored and
Gina Monti
committed
Nov 20, 2024
1 parent
5e2c96a
commit bc14872
Showing
9 changed files
with
1,454 additions
and
9 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
9 changes: 9 additions & 0 deletions
9
Open-ILS/src/sql/Pg/version-upgrade/3.13.5-3.13.6-upgrade-db.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,9 @@ | ||
--Upgrade Script for 3.13.5 to 3.13.6 | ||
\set eg_version '''3.13.6''' | ||
BEGIN; | ||
INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.13.6', :eg_version); | ||
COMMIT; | ||
|
||
-- Update auditor tables to catch changes to source tables. | ||
-- Can be removed/skipped if there were no schema changes. | ||
SELECT auditor.update_auditors(); |
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.