aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/common-0001.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-30 23:55:55 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-30 23:55:55 +0200
commit300194f42a629ddbc24e59b7e16e906888afe905 (patch)
tree53b63552779ac6434fcc824ae178336be1d45e7e /src/exchangedb/common-0001.sql
parentd55b093de8d5a39d7796ca68a4990ee4e9669c16 (diff)
downloadexchange-300194f42a629ddbc24e59b7e16e906888afe905.tar.xz
-towards p2p auditor sync implementation: SQL still missing
Diffstat (limited to 'src/exchangedb/common-0001.sql')
-rw-r--r--src/exchangedb/common-0001.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/common-0001.sql b/src/exchangedb/common-0001.sql
index cb64f446e..31c4b68e8 100644
--- a/src/exchangedb/common-0001.sql
+++ b/src/exchangedb/common-0001.sql
@@ -1186,7 +1186,7 @@ BEGIN
table_name = concat_ws('_', table_name, shard_suffix);
- -- FIXME: change to materialized index by marge_pub!
+ -- FIXME: change to materialized index by merge_pub!
EXECUTE FORMAT (
'CREATE INDEX IF NOT EXISTS ' || table_name || '_merge_pub '
'ON ' || table_name || ' '