aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/schemDiffData
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup unneeded code around database.xmlMorris Jobke2021-03-245-1496/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update share type constant usageJoas Schilling2020-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Various database migration fixes (#25209)Thomas Müller2016-06-295-0/+1496
* String columns with a length higher then 4000 are converted into a CLOB columns automagically - we have to respect this when migrating * Adding schema migration tests to prevent unnecessary and non-sense migration steps Fix Oracle autoincrement and unsigned handling * Fix sqlite integer type for autoincrement * Use lower case table names - fixes pg * Fix postgres with default -1 - this only affect pg 9.4 servers - 9.5 seems to work fine