diff options
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 916c502c7..b26ea792e 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -260,6 +260,8 @@ postgres_drop_tables (void *cls) "DROP TABLE IF EXISTS reserves CASCADE;"); SQLEXEC_ (conn, "DROP TABLE IF EXISTS denominations CASCADE;"); + SQLEXEC_ (conn, + "DROP TABLE IF EXISTS denomination_revocations CASCADE;"); PQfinish (conn); return GNUNET_OK; SQLEXEC_fail: |