From: Chris Sharp Date: Sun, 17 Mar 2013 11:12:14 +0000 (-0400) Subject: Missing a BEGIN statement X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=92dd4601eccefb1802c99f738c9f7d415d00a734;p=evergreen%2Fpines.git Missing a BEGIN statement --- 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;