]> 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:18:37 +0000 (15:18 -0400)
commitfd32a6e3fd1fe5ff86d8990787ff8b29dbf8e1f6
treed3c4aee2c64ce8709a55c5a3749448fd3494c2eb
parent67f721b03faa1c07d3340362eb1bf13a3724738a
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