File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ however it also has switches `--enable-materialized-views-check-sql-changed` and
313
313
` --disable-materialized-views-check-sql-changed ` which override this setting for that command.
314
314
315
315
This feature also takes into account indexes. When a view is deemed not needing recreating, the process will still
316
- check the indexes on the table and delete any extra indexes and create any missing invoices . This reconciliation
316
+ check the indexes on the table and delete any extra indexes and create any missing indexes . This reconciliation
317
317
is done through the index name, so if you use custom names for your indexes, it might happen that it won't get updated
318
318
on change of the content but not the name.
319
319
You can’t perform that action at this time.
0 commit comments