diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-05-30 23:55:55 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-05-30 23:55:55 +0200 |
commit | 300194f42a629ddbc24e59b7e16e906888afe905 (patch) | |
tree | 53b63552779ac6434fcc824ae178336be1d45e7e /src/exchangedb/common-0001.sql | |
parent | d55b093de8d5a39d7796ca68a4990ee4e9669c16 (diff) |
-towards p2p auditor sync implementation: SQL still missing
Diffstat (limited to 'src/exchangedb/common-0001.sql')
-rw-r--r-- | src/exchangedb/common-0001.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/common-0001.sql b/src/exchangedb/common-0001.sql index cb64f446..31c4b68e 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 || ' ' |