-
Notifications
You must be signed in to change notification settings - Fork 94
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: Jason Stephenson <jason@sigio.com>
- Loading branch information
Showing
10 changed files
with
1,545 additions
and
22 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.14.0-3.14.1-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.14.0 to 3.14.1 | ||
\set eg_version '''3.14.1''' | ||
BEGIN; | ||
INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.14.1', :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.