Skip to content

Commit

Permalink
Bumping version numbers, adding Upgrade Script and Changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Morgan <[email protected]>
  • Loading branch information
mmorgannoble committed Sep 18, 2024
1 parent 8e8c54d commit 3d4f208
Show file tree
Hide file tree
Showing 8 changed files with 2,502 additions and 8 deletions.
1,201 changes: 1,198 additions & 3 deletions ChangeLog

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Open-ILS/src/perlmods/lib/OpenILS/Application.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sub use_authoritative {
sub ils_version {
# version format is "x-y-z", for example "2-0-0" for Evergreen 2.0.0
# For branches, format is "x-y"
return "HEAD";
return "3-12-7";
}

__PACKAGE__->register_method(
Expand Down
1 change: 1 addition & 0 deletions Open-ILS/src/sql/Pg/002.schema.config.sql
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ CREATE TRIGGER no_overlapping_deps
FOR EACH ROW EXECUTE PROCEDURE evergreen.array_overlap_check ('deprecates');

INSERT INTO config.upgrade_log (version, applied_to) VALUES ('1432', :eg_version); -- eeevil/jweston/sandbergja
INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.12.7', :eg_version);

CREATE TABLE config.bib_source (
id SERIAL PRIMARY KEY,
Expand Down
Loading

0 comments on commit 3d4f208

Please sign in to comment.