From 5d58316d884e660ff9a83a6e7a4bd34ae4c8e734 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 28 May 2017 18:06:44 +0200 Subject: add missing drop, should fix #5007 --- src/exchangedb/plugin_exchangedb_postgres.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/exchangedb') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index d2a772aae..1a5a8dddd 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -293,6 +293,8 @@ postgres_drop_tables (void *cls) "DROP TABLE IF EXISTS refresh_sessions CASCADE;"); SQLEXEC_ (conn, "DROP TABLE IF EXISTS known_coins CASCADE;"); + SQLEXEC_ (conn, + "DROP TABLE IF EXISTS reserves_close CASCADE;"); SQLEXEC_ (conn, "DROP TABLE IF EXISTS reserves_out CASCADE;"); SQLEXEC_ (conn, -- cgit v1.2.3