aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Migration
Commit message (Expand)AuthorAgeFilesLines
* fix: Adjust parameter type usage and add SQLite supportFerdinand Thiessen2024-10-171-17/+15
* feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-171-16/+32
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-2/+2
* fix(migration-attributes): psalmMaxence Lange2024-07-295-0/+32
* feat(migration-attributes): testsMaxence Lange2024-07-2914-21/+39
* fix(migration-attributes): privatizing AttributeExceptionMaxence Lange2024-07-2914-24/+193
* feat(upgrade): migration attributesMaxence Lange2024-07-2915-0/+474
* chore: Add SPDX headerAndy Scherzinger2024-05-245-105/+15
* fix(install): Make installing more verboseJoas Schilling2023-11-031-0/+7
* composer run cs:fixCôme Chilliet2023-01-203-3/+0
* fix(database): Explicitly inherit stricly typed database schema closureChristoph Wurst2022-12-062-16/+27
* Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-251-1/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-8/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-164-2/+4
* Add psalm types for the migration schema closureChristoph Wurst2020-10-152-12/+15
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-261-1/+0
|\
| * Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
|/
* Replace TYPE with TYPESDaniel Kesselberg2020-06-301-2/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+0
* Update license headersChristoph Wurst2019-12-055-5/+10
* Some php-cs fixesRoeland Jago Douma2019-11-222-0/+2
* Add since tagsRoeland Jago Douma2018-05-301-0/+2
* Add human readable description to migration stepsRobin Appelman2018-05-302-0/+32
* Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-173-14/+14
* Update license headersMorris Jobke2017-11-063-0/+6
* Add a base migration for easy updating to bigintsJoas Schilling2017-09-291-0/+66
* Allow to check the schema in pre and post as wellJoas Schilling2017-07-052-8/+18
* Adjust the code to use our interface and abstractJoas Schilling2017-07-052-2/+57
* Start migrationsJoas Schilling2017-07-051-0/+49
* Fix othersJoas Schilling2016-07-212-2/+4
* Implement classification migration as repair stepThomas Müller2016-06-091-1/+2
* Update license headersLukas Reschke2016-05-262-0/+2
* Move \OCP\Migration to PSR-4Roeland Jago Douma2016-05-182-0/+108