Skip to content

Commit

Permalink
LP1962757 Stamp upgrade script
Browse files Browse the repository at this point in the history
Signed-off-by: Terran McCanna <[email protected]>
  • Loading branch information
tmccanna committed Sep 19, 2024
1 parent 12c1d4a commit f7da320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Open-ILS/src/sql/Pg/002.schema.config.sql
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ CREATE TRIGGER no_overlapping_deps
BEFORE INSERT OR UPDATE ON config.db_patch_dependencies
FOR EACH ROW EXECUTE PROCEDURE evergreen.array_overlap_check ('deprecates');

INSERT INTO config.upgrade_log (version, applied_to) VALUES ('1437', :eg_version); -- miker/mmorgan
INSERT INTO config.upgrade_log (version, applied_to) VALUES ('1438', :eg_version); -- tlittle, smayo, rdavis, tmccanna

CREATE TABLE config.bib_source (
id SERIAL PRIMARY KEY,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
BEGIN;

SELECT evergreen.upgrade_deps_block_check('1438', :eg_version);

ALTER TABLE biblio.monograph_part
ADD COLUMN creator INTEGER DEFAULT 1,
ADD COLUMN editor INTEGER DEFAULT 1,
Expand Down

0 comments on commit f7da320

Please sign in to comment.