LP 1497307: Fix 2.8.4 to 2.9.0 upgrade script. user/dyrcona/lp1497307_fix_upgrade_script
authorJason Stephenson <jstephenson@mvlc.org>
Fri, 18 Sep 2015 15:06:07 +0000 (11:06 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Fri, 18 Sep 2015 17:47:29 +0000 (13:47 -0400)
commit7ae48ae2358a5616ebfd5eeea539a6eefaea092e
tree499014b2b8e659ad27c0b1f5f576ca6f90a51034
parent4cf6cc76bd063f88027fb18f7687c613a4d4813f
LP 1497307: Fix 2.8.4 to 2.9.0 upgrade script.

Chris Sharp noticed another ERROR: cannot ALTER TABLE
"record_attr_definition" because it has pending trigger events
with the 2.8.4 to 2.9.0 upgrade script.  I have rearranged the
transactions so that there are now 3.

1. One for the initial inserts and other changes up to 0937.

2. One for the two alter table statements in 0937.

3. One for 0938 to the end (0944).

This resolves the issue and works for me on an upgrade from a
clean 2.8.4 installation.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/sql/Pg/version-upgrade/2.8.4-2.9.0-upgrade-db.sql