Missing a BEGIN statement
authorChris Sharp <csharp@georgialibraries.org>
Sun, 17 Mar 2013 11:12:14 +0000 (07:12 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 17 Mar 2013 11:12:14 +0000 (07:12 -0400)
Open-ILS/src/sql/Pg/version-upgrade/pines-2.1-2.2-upgrade-db.sql

index 79a8582..e468853 100644 (file)
@@ -2,7 +2,7 @@
 
 -- Don't require use of -vegversion=something
 \set eg_version '''2.2.0'''
-
+BEGIN;
 ---- DROP objects that might have existed from a prior run of 0526
 ---- Yes this is ironic.
 --DROP TABLE IF EXISTS config.db_patch_dependencies;