summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/SchemaWrapper.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-171-19/+14
| | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use order by to avoid problems when chunking finds a same item again...Joas Schilling2017-07-251-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix dropping tables and handle the prefix automaticallyJoas Schilling2017-07-051-0/+139
Signed-off-by: Joas Schilling <coding@schilljs.com>