summaryrefslogtreecommitdiff
path: root/sql/Pg-central.sql
diff options
context:
space:
mode:
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;