LP#1426133: Set merge_profile_id_seq explicitly user/rsteed/lp1426133_set_merge_profile_sequence
authorRemington Steed <rjs7@calvin.edu>
Thu, 26 Feb 2015 21:21:48 +0000 (16:21 -0500)
committerRemington Steed <rjs7@calvin.edu>
Fri, 27 Feb 2015 14:46:52 +0000 (09:46 -0500)
commit3005f50a75bea89e103459a1a500ff1657448e71
treead984988d00e4f71034ba4e22d0c456144e0e751
parent0a3348f16ee9f8c3bba4da6951249914f88116b7
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>
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]