summaryrefslogtreecommitdiffstats
path: root/core/Migrations/Version13000Date20170718121200.php
Commit message (Expand)AuthorAgeFilesLines
* fix(systemtags): Keep non-existing indexMarcel Klehr2023-07-101-0/+1
* fix(systemtags): Move index creation from new migration to existing original ...Marcel Klehr2023-07-101-1/+1
* allow storing multiple mounts for the same rootid in the mount cacheRobin Appelman2023-04-281-1/+1
* Add parent index on filecacheLouis Chemineau2023-03-201-0/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Additional index on oc_preferences to make sure that gettingh values without ...Julius Härtl2022-04-191-0/+1
* Add missing index for propertypath only queries against propertiesChristoph Wurst2021-12-231-0/+1
* Add an index for selecting the next jobJoas Schilling2021-12-011-0/+1
* disable path prefix index on postgresql for nowRobin Appelman2021-10-081-1/+4
* add a prefix index to filecache.pathRobin Appelman2021-10-081-0/+1
* add better index for finding unindexed pathsRobin Appelman2021-10-071-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+3
* Revert "add a prefix index to filecache.path"Roeland Jago Douma2021-04-081-1/+0
* add a prefix index to filecache.pathRobin Appelman2021-03-191-0/+1
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-121-1/+1
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Change further columns to be nullable with a default of 0Julius Härtl2020-12-091-10/+4
* Handle oc_dav_properties migrationJulius Härtl2020-12-091-0/+75
* Add missing mount_id indexJulius Härtl2020-12-091-0/+3
* Adjust execution duration to 0Vincent Petry2020-12-091-0/+6
* Fix missing authtoken scopeJulius Härtl2020-12-091-0/+5
* Add missing table columnsJulius Härtl2020-12-091-0/+14
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-2/+4
* Replace the credentials table with one that can have empty userJoas Schilling2020-11-101-16/+16
* Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-101-1/+1
* add size index for filecacheRobin Appelman2020-09-221-0/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Replace TYPE with TYPESDaniel Kesselberg2020-06-301-13/+13
* Add index to properties tableMario Danic2020-04-301-0/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Merge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_or...Roeland Jago Douma2020-04-061-3/+6
|\
| * Create Mount IDs as BigInt by defaultGeorg Ehrke2020-03-031-3/+6
* | Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+4
|/
* Update license headersChristoph Wurst2019-12-051-1/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Fix authtoken index lengthRoeland Jago Douma2019-02-051-1/+1
* Install new instances with bigint filecacheDaniel Kesselberg2019-01-041-4/+4
* Add uid_owner and uid_initiator share tabe indicesRoeland Jago Douma2018-10-011-0/+2
* Add filecache index on mtimeRobin Appelman2018-07-191-0/+1
* Add parent index to share tableRoeland Jago Douma2018-06-031-0/+1
* Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-171-4/+4
* add index for share_with table for newly created tablesBjoern Schiessle2017-12-181-0/+1
* Install new instances with bigint filecacheJoas Schilling2017-10-131-14/+15
* Fix missing "unsigned" on integer columnsJoas Schilling2017-09-191-17/+19
* Fix headersJoas Schilling2017-08-141-3/+22
* Install from migrationsJoas Schilling2017-07-251-0/+897