aboutsummaryrefslogtreecommitdiffstats
path: root/core/Migrations/Version13000Date20170718121200.php
Commit message (Expand)AuthorAgeFilesLines
* 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