]> git.evergreen-ils.org Git - Evergreen.git/commit
LP 1497307: Fix 2.8.4 to 2.9.0 upgrade script. tags/rel_2_9_0
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:19:00 +0000 (15:19 -0400)
commit1069f3f570de907dcca4eb8427b577e1f15747f7
treec399d08c84e665ced4a72ef15da40caade059a36
parent9b93aae7bfcfb969208d583f31fd79ece1050b6f
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