summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/auditordb/auditor-0002.sql.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/auditordb/auditor-0002.sql.in b/src/auditordb/auditor-0002.sql.in
index 75b6991ce..ab0db2fb8 100644
--- a/src/auditordb/auditor-0002.sql.in
+++ b/src/auditordb/auditor-0002.sql.in
@@ -16,8 +16,13 @@
BEGIN;
+-- move later into auditor-0001.sql
+CREATE SCHEMA IF NOT EXISTS auditor;
+COMMENT ON SCHEMA auditor IS 'taler-auditor data';
+
+
SELECT _v.register_patch('auditor-0002', NULL, NULL);
-SET search_path TO auditordb;
+SET search_path TO auditor;
CREATE TYPE taler_amount
AS