summaryrefslogtreecommitdiff
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.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/auditordb/0002-auditor_reserves.sql b/src/auditordb/0002-auditor_reserves.sql
index 1ed56be61..808524b28 100644
--- a/src/auditordb/0002-auditor_reserves.sql
+++ b/src/auditordb/0002-auditor_reserves.sql
@@ -14,8 +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
+CREATE TABLE auditor_reserves
(auditor_reserves_rowid BIGINT GENERATED BY DEFAULT AS IDENTITY UNIQUE
,reserve_pub BYTEA PRIMARY KEY CHECK(LENGTH(reserve_pub)=32)
,reserve_balance taler_amount NOT NULL