summaryrefslogtreecommitdiffstats
path: root/core/Migrations/Version14000Date20180404140050.php
Commit message (Collapse)AuthorAgeFilesLines
* Add human readable description to migration stepsRobin Appelman2018-05-301-0/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Also make it the uid_lower migration work on oracleRoeland Jago Douma2018-04-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump autoloaderRoeland Jago Douma2018-04-061-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Silence phanRoeland Jago Douma2018-04-061-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add an uid_lower column to the oc_users tableRoeland Jago Douma2018-04-061-0/+78
Add a new column. In the postSchemaChange copy over the values (with lower). This should work just fine as this is a very simple operation. Even if you have 1M users in the db backend this should be fast enough. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>