Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-25Fix the import order of new migrationsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-09add support for boolean defaultMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> code cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com> code cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-09-07Improve class import and strict typing for generated migration classChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-21Fix generated migration class codeChristoph Wurst
The `@since` documentation is out of place here. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-05-30Add human readable description to migration stepsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-05-03Add autocomplete to migration commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-17Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling
into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-09-19Fix missing "unsigned" on integer columnsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-08-09Fix typo in template for migration generationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-25use template placeholders instead of htmlJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-25Core is converted, so this is dead codeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-25Add a script to generate a migration from database.xmlJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-06Only create the migration directory when necessaryJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-05Allow to check the schema in pre and post as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-05Add a version to migrations, so parallel legacy branches can also have ↵Joas Schilling
migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-05Add author and copyrightJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-05Do not allow to go back on productive systemsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-05Adjust the code to use our interface and abstractJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-05Start migrationsJoas Schilling
Fixme: - Install and update of apps - No revert on live systems (debug only) - Service adjustment to our interface - Loading via autoloader Signed-off-by: Joas Schilling <coding@schilljs.com>