Changes between Version 1 and Version 2 of Public/Docs/CinnamonForceReindex


Ignore:
Timestamp:
Nov 21, 2020, 10:33:30 AM (3 years ago)
Author:
Administrator
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/Docs/CinnamonForceReindex

    v1 v2  
    44* Execute the following SQL statements:
    55 {{{
     6delete from index_jobs;
    67insert into index_jobs select id,false,'cinnamon.ObjectSystemData',id from objects;
    78insert into index_jobs select id,false,'cinnamon.Folder',id from folders;