[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] 01/02: fix dropper
From: |
gnunet |
Subject: |
[taler-exchange] 01/02: fix dropper |
Date: |
Sat, 18 Jan 2020 23:53:18 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
commit b90ce2e467804e9590b200fec386d52d30cb7b3b
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jan 18 23:51:17 2020 +0100
fix dropper
---
src/exchangedb/drop0000.sql | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/exchangedb/drop0000.sql b/src/exchangedb/drop0000.sql
index 26e193ca..f0f46a61 100644
--- a/src/exchangedb/drop0000.sql
+++ b/src/exchangedb/drop0000.sql
@@ -25,8 +25,8 @@ BEGIN;
-- Drops for 0001.sql
DROP TABLE IF EXISTS prewire CASCADE;
-DROP TABLE IF EXISTS payback CASCADE;
-DROP TABLE IF EXISTS payback_refresh CASCADE;
+DROP TABLE IF EXISTS recoup CASCADE;
+DROP TABLE IF EXISTS recoup_refresh CASCADE;
DROP TABLE IF EXISTS aggregation_tracking CASCADE;
DROP TABLE IF EXISTS wire_out CASCADE;
DROP TABLE IF EXISTS wire_fee CASCADE;
--
To stop receiving notification emails like this one, please contact
address@hidden.