From 92dd4601eccefb1802c99f738c9f7d415d00a734 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Sun, 17 Mar 2013 07:12:14 -0400 Subject: [PATCH] Missing a BEGIN statement --- Open-ILS/src/sql/Pg/version-upgrade/pines-2.1-2.2-upgrade-db.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/version-upgrade/pines-2.1-2.2-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/pines-2.1-2.2-upgrade-db.sql index 79a8582ffb..e468853a64 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/pines-2.1-2.2-upgrade-db.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/pines-2.1-2.2-upgrade-db.sql @@ -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; -- 2.11.0