summaryrefslogtreecommitdiffstats
path: root/core/Migrations/Version13000Date20170718121200.php
Commit message (Collapse)AuthorAgeFilesLines
* Add parent index to share tableRoeland Jago Douma2018-06-031-0/+1
| | | | | | Fixes #9327 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-171-4/+4
| | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* add index for share_with table for newly created tablesBjoern Schiessle2017-12-181-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Install new instances with bigint filecacheJoas Schilling2017-10-131-14/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix missing "unsigned" on integer columnsJoas Schilling2017-09-191-17/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix headersJoas Schilling2017-08-141-3/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Install from migrationsJoas Schilling2017-07-251-0/+897
Signed-off-by: Joas Schilling <coding@schilljs.com>