add missing table drop instruction
This commit is contained in:
parent
62afe341b7
commit
7f7d8596ab
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user