Skip to main content

To repair following a withknown upgrade’s rename/replace of sqlite metadata table:

Restore indices;

sqlite> insert into metadata select entity, _id, collection, name, value from metadata_2017032001;