aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/0002-auditor_reserves.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/0002-auditor_reserves.sql')
-rw-r--r--src/auditordb/0002-auditor_reserves.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditordb/0002-auditor_reserves.sql b/src/auditordb/0002-auditor_reserves.sql
index 834d245ef..1ed56be61 100644
--- a/src/auditordb/0002-auditor_reserves.sql
+++ b/src/auditordb/0002-auditor_reserves.sql
@@ -14,6 +14,7 @@
-- TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
--
+SET search_path TO auditor;
CREATE TABLE IF NOT EXISTS auditor_reserves
(auditor_reserves_rowid BIGINT GENERATED BY DEFAULT AS IDENTITY UNIQUE
,reserve_pub BYTEA PRIMARY KEY CHECK(LENGTH(reserve_pub)=32)