From c334ba61f4b371755cc3e4e5afd22fc4054c0836 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 6 May 2016 13:38:20 +0200 Subject: drop refunds table as well --- src/exchangedb/plugin_exchangedb_postgres.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/exchangedb/plugin_exchangedb_postgres.c') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index b311fba24..93680563c 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -155,6 +155,8 @@ postgres_drop_tables (void *cls, "DROP TABLE IF EXISTS refresh_commit_coin;"); SQLEXEC_ (session->conn, "DROP TABLE IF EXISTS refresh_commit_link;"); + SQLEXEC_ (session->conn, + "DROP TABLE IF EXISTS refunds;"); SQLEXEC_ (session->conn, "DROP TABLE IF EXISTS refresh_order;"); SQLEXEC_ (session->conn, -- cgit v1.2.3