summaryrefslogtreecommitdiff
path: root/src/exchangedb/drop0002.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-03 19:08:02 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-03 19:08:02 +0200
commit5149af93147c54055d99af688993de3fb4c36ddf (patch)
tree8652e56bed70976309412e11c35305a352576a9b /src/exchangedb/drop0002.sql
parent6e1877b142d4819a248b01aebfdd6f337f82a509 (diff)
downloadexchange-5149af93147c54055d99af688993de3fb4c36ddf.tar.gz
exchange-5149af93147c54055d99af688993de3fb4c36ddf.tar.bz2
exchange-5149af93147c54055d99af688993de3fb4c36ddf.zip
preliminary work on supporting sharding/parallel aggregation (undertested, but tests pass again)
Diffstat (limited to 'src/exchangedb/drop0002.sql')
-rw-r--r--src/exchangedb/drop0002.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchangedb/drop0002.sql b/src/exchangedb/drop0002.sql
index 5bffab667..12db64c54 100644
--- a/src/exchangedb/drop0002.sql
+++ b/src/exchangedb/drop0002.sql
@@ -17,8 +17,6 @@
-- Everything in one big transaction
BEGIN;
--- exchange-0002 did not create new tables, so nothing to do here.
-
-- Unregister patch (0002.sql)
SELECT _v.unregister_patch('exchange-0002');