From 7c96593a6ab3e6ab09d991c1381d450dd1fc95b1 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 22 Mar 2016 11:48:30 -0400 Subject: [PATCH] JBAS-1243 Remove nested BEGIN/COMMIT on sample data Signed-off-by: Bill Erickson --- KCLS/sql/sample-data/exports/kcls-dev-db-export.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KCLS/sql/sample-data/exports/kcls-dev-db-export.sql b/KCLS/sql/sample-data/exports/kcls-dev-db-export.sql index ab0ffefe36..7072f4a5aa 100644 --- a/KCLS/sql/sample-data/exports/kcls-dev-db-export.sql +++ b/KCLS/sql/sample-data/exports/kcls-dev-db-export.sql @@ -1,4 +1,5 @@ -BEGIN; +-- NOTE: no BEGIN since this is wrapped in a Sqitch deployment script + -- -- PostgreSQL database dump -- @@ -30547,4 +30548,3 @@ SELECT pg_catalog.setval('merge_profile_id_seq', 154, true); -- PostgreSQL database dump complete -- -COMMIT; -- 2.11.0