aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/0002-account_merges.sql
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-17 11:01:20 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-17 11:01:20 +0200
commitc741c1fa718e144548b5508e85e469ec93f73b54 (patch)
tree85141f374ac1c56bece3768c7db628cce716177a /src/exchangedb/0002-account_merges.sql
parent9294f3663712dbc60da1dc575278b47e9e56c6fa (diff)
downloadexchange-c741c1fa718e144548b5508e85e469ec93f73b54.tar.xz
kill another dead index, beautify SQL
Diffstat (limited to 'src/exchangedb/0002-account_merges.sql')
-rw-r--r--src/exchangedb/0002-account_merges.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchangedb/0002-account_merges.sql b/src/exchangedb/0002-account_merges.sql
index 1ea9e9298..e791b60d0 100644
--- a/src/exchangedb/0002-account_merges.sql
+++ b/src/exchangedb/0002-account_merges.sql
@@ -74,7 +74,6 @@ DECLARE
BEGIN
table_name = concat_ws('_', table_name, partition_suffix);
- -- FIXME: change to materialized index by reserve_pub!?
EXECUTE FORMAT (
'CREATE INDEX ' || table_name || '_by_reserve_pub '
'ON ' || table_name || ' '