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:27:35 +0000 (10:27 -0500)
commit8d75bafea9614ede49b27d572c40cc04f3bb715f
treed37aa5d7ae903b9c2139d81f78e8423e328195fa
parent4dc66577e9864230272dad4f5ddf45ead9073887
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]