summaryrefslogtreecommitdiffstats
path: root/core/Command/Db/AddMissingIndices.php
Commit message (Collapse)AuthorAgeFilesLines
* Add filecache index on mtimeRobin Appelman2018-07-191-0/+11
| | | | | | Gives searching by mtime and "recent" a proper index to use Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add parent index to share tableRoeland Jago Douma2018-06-031-1/+9
| | | | | | Fixes #9327 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma2018-05-241-7/+15
| | | | | | | This allows apps to listen to this event in order to also update indecies there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* make occ command more genericBjoern Schiessle2017-12-181-0/+91
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>