Closed EvanHahn closed 3 weeks ago
package-lock.json
changesOk looks good apart from one code clarity suggestion. However I think we should also include in this re-indexing of the
projectSettingsTable
(inMapeoManager
) which I think needs the same treatment?
Done in 5084bb2e7d853861ca4fb39807c4d9d21761fb72. (I didn't have an easy way to test this so I didn't.)
Final thoughts, one way of doing this in the future would be to compare just the indexed tables in the
sqlite_schema
table, comparing thesql
column, to detect changes. That way we would avoid re-indexing if we change the schema of a table that is not coming from our indexer.
That's a much better idea. I'll consider doing that in a followup.
See #436.