diff options
| author | Christian Grothoff <grothoff@gnunet.org> | 2022-03-23 06:54:43 +0100 |
|---|---|---|
| committer | Christian Grothoff <grothoff@gnunet.org> | 2022-03-23 06:54:43 +0100 |
| commit | 41399bc2243d0bbe2918dba5b753111fb203cff7 (patch) | |
| tree | 5461686571cb793f77ad085983a0dad7c164fe90 /src/exchangedb/drop0001.sql | |
| parent | 9b7716f9f2f8b3b4661ff07c891c8077e715062b (diff) | |
revise P2P signatures and signing schema to address recently discovered design concern resulting in the split of the purse key into purse-contract and purse-merge keys
Diffstat (limited to 'src/exchangedb/drop0001.sql')
| -rw-r--r-- | src/exchangedb/drop0001.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql index 49d9d363..c969286a 100644 --- a/src/exchangedb/drop0001.sql +++ b/src/exchangedb/drop0001.sql @@ -79,6 +79,11 @@ DROP TABLE IF EXISTS denominations CASCADE; DROP TABLE IF EXISTS cs_nonce_locks CASCADE; DROP FUNCTION IF EXISTS add_constraints_to_cs_nonce_locks_partition; +DROP TABLE IF EXISTS deposits_by_coin CASCADE; +DROP TABLE IF EXISTS global_fee CASCADE; +DROP TABLE IF EXISTS recoup_by_reserve CASCADE; + + DROP TABLE IF EXISTS partners CASCADE; DROP TABLE IF EXISTS mergers CASCADE; DROP TABLE IF EXISTS contracts CASCADE; |
