From: Bill Erickson Date: Tue, 22 Mar 2016 15:48:30 +0000 (-0400) Subject: JBAS-1243 Remove nested BEGIN/COMMIT on sample data X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7c96593a6ab3e6ab09d991c1381d450dd1fc95b1;p=working%2FEvergreen.git JBAS-1243 Remove nested BEGIN/COMMIT on sample data Signed-off-by: Bill Erickson --- 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;