aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/0002-account_merges.sql
diff options
context:
space:
mode:
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 || ' '