diff options
Diffstat (limited to 'src/auditordb/plugin_auditordb_postgres.c')
-rw-r--r-- | src/auditordb/plugin_auditordb_postgres.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index df357fa5a..863e20582 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c | |||
@@ -189,6 +189,8 @@ postgres_drop_tables (void *cls, | |||
189 | "DROP TABLE IF EXISTS wire_auditor_account_progress;"), | 189 | "DROP TABLE IF EXISTS wire_auditor_account_progress;"), |
190 | GNUNET_PQ_make_execute ( | 190 | GNUNET_PQ_make_execute ( |
191 | "DROP TABLE IF EXISTS deposit_confirmations CASCADE;"), | 191 | "DROP TABLE IF EXISTS deposit_confirmations CASCADE;"), |
192 | GNUNET_PQ_make_execute ( | ||
193 | "DROP TABLE IF EXISTS auditor_historic_reserve_summary CASCADE;"), | ||
192 | GNUNET_PQ_EXECUTE_STATEMENT_END | 194 | GNUNET_PQ_EXECUTE_STATEMENT_END |
193 | }; | 195 | }; |
194 | struct GNUNET_PQ_ExecuteStatement esx[] = { | 196 | struct GNUNET_PQ_ExecuteStatement esx[] = { |