JBAS-1243 Remove nested BEGIN/COMMIT on sample data
authorBill Erickson <berickxx@gmail.com>
Tue, 22 Mar 2016 15:48:30 +0000 (11:48 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/sql/sample-data/exports/kcls-dev-db-export.sql

index ab0ffef..7072f4a 100644 (file)
@@ -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;