]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1426133: Set merge_profile_id_seq explicitly
authorRemington Steed <rjs7@calvin.edu>
Thu, 26 Feb 2015 21:21:48 +0000 (16:21 -0500)
committerBen Shum <bshum@biblio.org>
Fri, 27 Feb 2015 15:28:59 +0000 (10:28 -0500)
commitc86a5ade5cef4b3789c5108b0f56d17d846d7224
tree6aae0096e7a0efde2b53f99eb80c6fd0476bf58e
parentc66b5864ba730eb018d766e5efe9eabb97756cf5
LP#1426133: Set merge_profile_id_seq explicitly

Many database tables need to explicitly set the id sequence (often to
100) to provide room for stock data with static ids. This commit does so
for vandelay.merge_profile, and also updates the ids of any non-stock
profiles (both in the merge_profile table and in related settings).

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.redo_vandelay_merge_profile_sequence.sql [new file with mode: 0644]