From a273b9d46b79ee6f0671c5a3cfb3bee7e1074f55 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Wed, 15 Nov 2006 04:51:45 +0000 Subject: Making sql files internally single transactions git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@611 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/Pg-central.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/Pg-central.sql') diff --git a/sql/Pg-central.sql b/sql/Pg-central.sql index 1b9c755b..4bab66ed 100755 --- a/sql/Pg-central.sql +++ b/sql/Pg-central.sql @@ -1,3 +1,4 @@ +begin; -- Central DB structure -- This is the central database stuff which is used across all datasets -- in the ledger-smb.conf it is called 'ledgersmb' by default, but obviously @@ -77,3 +78,4 @@ last_used TIMESTAMP default now(), users_id INTEGER -- NOT NULL references users(id) ); +commit; -- cgit v1.2.3