]> git.evergreen-ils.org Git - Evergreen.git/commit
LP 1497307: Fix 2.8.4 to 2.9.0 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 19:17:02 +0000 (15:17 -0400)
commit786978b86b88ff02f381ef4570966fcf56e625f6
tree50b56d03b7eaef049274733091cba61f6f8e2b7f
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>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/sql/Pg/version-upgrade/2.8.4-2.9.0-upgrade-db.sql