aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB/SchemaWrapper.php
Commit message (Expand)AuthorAgeFilesLines
* feat: add commands for exporting current and expected database schemaRobin Appelman2024-07-021-2/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-241-20/+2
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* disable path prefix index on postgresql for nowRobin Appelman2021-10-081-0/+13
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-6/+2
* Don't drop the table anymore when we create it againJoas Schilling2020-11-161-0/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+1
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-171-19/+14
* Update license headersMorris Jobke2017-11-061-0/+2
* Use order by to avoid problems when chunking finds a same item again...Joas Schilling2017-07-251-1/+1
* Fix dropping tables and handle the prefix automaticallyJoas Schilling2017-07-051-0/+139