summaryrefslogtreecommitdiff
path: root/sql/Pg-central.sql
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-15 04:51:45 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-15 04:51:45 +0000
commita273b9d46b79ee6f0671c5a3cfb3bee7e1074f55 (patch)
treed3cfa7bfff01c4c406a364a26a6d4f77c78d7980 /sql/Pg-central.sql
parenta32c5953cc07038a9ee534533e1560ab45d96fe9 (diff)
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
Diffstat (limited to 'sql/Pg-central.sql')
-rwxr-xr-xsql/Pg-central.sql2
1 files changed, 2 insertions, 0 deletions
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;