Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -4/+4 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Pick a shorter name for the transfer ownership table | Joas Schilling | 2019-12-10 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+4 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 | |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Remove the custom prefix from the table name length when checking on the ↵ | Joas Schilling | 2019-04-30 | 1 | -1/+1 | |
| | | | | | | default primary index Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Indeces, columns and sequences don't have the table prefix | Joas Schilling | 2019-03-28 | 1 | -6/+6 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Only check the Oracle schema conditions if the app supports it | Joas Schilling | 2018-12-17 | 1 | -2/+23 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Only check changed items | Joas Schilling | 2018-12-17 | 1 | -13/+18 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Disable Oracle enforcement for now until the following issues are solved: | Joas Schilling | 2018-08-06 | 1 | -1/+2 | |
| | | | | | | | * Only apps should be checked which say they support oracle * Only check newly added items, to allow forward migration from an existing database structure Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix primary key handling on postgres | Joas Schilling | 2018-07-27 | 1 | -3/+4 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Ignore custom prefixes which are longer | Joas Schilling | 2018-07-27 | 1 | -9/+9 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Ignore automatic generated sequences | Joas Schilling | 2018-07-27 | 1 | -1/+10 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix calculation of default name | Joas Schilling | 2018-07-27 | 1 | -3/+23 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Prevent too long identifier names | Joas Schilling | 2018-07-27 | 1 | -1/+41 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Only create the schema when moving between databases | Joas Schilling | 2018-07-19 | 1 | -9/+15 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add human readable description to migration steps | Robin Appelman | 2018-05-30 | 1 | -4/+23 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 1 | -2/+0 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Create the migrations table also with the UTF8mb4 collation | Joas Schilling | 2018-01-31 | 1 | -12/+10 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #7909 from nextcloud/fix-migration-type-hints | Morris Jobke | 2018-01-17 | 1 | -2/+2 | |
|\ | | | | | Fix the type hints of migrations and correctly inject the wrapped sch… | |||||
| * | Fix the type hints of migrations and correctly inject the wrapped schema ↵ | Joas Schilling | 2018-01-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Correctly drop the ownCloud migrations table | Joas Schilling | 2018-01-17 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Check if realpath() returns false | Morris Jobke | 2018-01-12 | 1 | -1/+1 | |
| | | | | | | realpath() returns false in case the directory does not exist. Found it while preparing strict_typing for PHP7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Drop the ownCloud migration table instead of reusing it | Joas Schilling | 2018-01-04 | 1 | -3/+36 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -4/+2 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | "Only variables must be passed by reference" | Joas Schilling | 2017-07-25 | 1 | -2/+4 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Only create the migration directory when necessary | Joas Schilling | 2017-07-06 | 1 | -9/+4 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add migration for personal settings stuff | Joas Schilling | 2017-07-05 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix the installer tests | Joas Schilling | 2017-07-05 | 1 | -1/+5 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix tests of CodeChecker and MigrationService | Joas Schilling | 2017-07-05 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix dropping tables and handle the prefix automatically | Joas Schilling | 2017-07-05 | 1 | -3/+4 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Allow to check the schema in pre and post as well | Joas Schilling | 2017-07-05 | 1 | -3/+7 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add a version to migrations, so parallel legacy branches can also have ↵ | Joas Schilling | 2017-07-05 | 1 | -0/+8 | |
| | | | | | | migrations Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add author and copyright | Joas Schilling | 2017-07-05 | 1 | -0/+3 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix code issues | Joas Schilling | 2017-07-05 | 1 | -11/+16 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Use autoloading instead of require_once from a different dir | Joas Schilling | 2017-07-05 | 1 | -12/+6 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Adjust the code to use our interface and abstract | Joas Schilling | 2017-07-05 | 1 | -13/+15 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Start migrations | Joas Schilling | 2017-07-05 | 1 | -0/+401 | |
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> |