summaryrefslogtreecommitdiffstats
path: root/core/Command/Db/AddMissingIndices.php
Commit message (Expand)AuthorAgeFilesLines
* add new index in repair step instead of on-migrateRobin Appelman2023-04-281-0/+8
* Add parent index on filecacheLouis Chemineau2023-03-201-0/+10
* DB mounts table: Add index for mount_provider_classMarcel Klehr2022-08-011-0/+13
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-6/+2
* Additional index on oc_preferences to make sure that gettingh values without ...Julius Härtl2022-04-191-0/+13
* Don't create cards_abiduri it if already existsLouis Chemineau2022-03-241-5/+9
* Add --dry-run option for db:add-missing-* cmdLouis Chemineau2022-02-241-24/+90
* Add index for direct editing cleanup jobJulius Härtl2022-02-071-0/+13
* Add missing index for propertypath only queries against propertiesChristoph Wurst2021-12-231-0/+13
* Add an index for selecting the next jobJoas Schilling2021-12-011-0/+13
* disable path prefix index on postgresql for nowRobin Appelman2021-10-081-1/+2
* add a prefix index to filecache.pathRobin Appelman2021-10-081-0/+7
* add better index for finding unindexed pathsRobin Appelman2021-10-071-0/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Revert "add a prefix index to filecache.path"Roeland Jago Douma2021-04-081-7/+0
* add a prefix index to filecache.pathRobin Appelman2021-03-191-0/+7
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-2/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Add missing index on oc_cards and rename if it previously existedJulius Härtl2020-12-091-0/+33
* add size index for filecacheRobin Appelman2020-09-221-0/+7
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+1
* Add return value to all commandsJoas Schilling2020-06-261-1/+2
* Add index to properties tableMario Danic2020-04-301-0/+14
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-021-1/+1
|\
| * Add optional column oc_comments.reference_idJoas Schilling2020-03-311-1/+1
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
|/
* Update license headersChristoph Wurst2019-12-051-1/+10
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Check and add index on principaluri for schedulingobjects tableThomas Citharel2019-10-081-0/+13
* Add index on calendarid for calendarobject_props tableThomas Citharel2019-10-071-0/+13
* Deduplicate index namesJoas Schilling2019-03-271-6/+6
* Make sure all tables have named indexesJoas Schilling2019-03-271-0/+81
* Add twofactor_providers_uid indexRoeland Jago Douma2018-12-211-2/+15
* Fix index namesMorris Jobke2018-11-061-2/+2
* Add uid_owner and uid_initiator share tabe indicesRoeland Jago Douma2018-10-011-0/+16
* Add filecache index on mtimeRobin Appelman2018-07-191-0/+11
* Add parent index to share tableRoeland Jago Douma2018-06-031-1/+9
* Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma2018-05-241-7/+15
* make occ command more genericBjoern Schiessle2017-12-181-0/+91