| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce new variable with the default answer to allow option --no-interacti... | Bernhard Ostertag | 2019-12-29 | 1 | -7/+7 |
* | enable option '--no-interaction' for db:convert-type | Bernhard Ostertag | 2019-12-27 | 1 | -5/+7 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -0/+1 |
* | Convert various columns in oc_mounts to bigint | Georg Ehrke | 2019-12-09 | 1 | -0/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 9 | -9/+26 |
* | Merge pull request #18098 from nextcloud/fix/migration_import_order | Roeland Jago Douma | 2019-11-25 | 1 | -1/+1 |
|\ |
|
| * | Fix the import order of new migrations | Roeland Jago Douma | 2019-11-25 | 1 | -1/+1 |
* | | Merge pull request #18079 from nextcloud/fixes/phpcs | Roeland Jago Douma | 2019-11-25 | 2 | -4/+3 |
|\ \ |
|
| * | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -4/+3 |
| |/ |
|
* | | Merge pull request #18027 from str0g/fix/14920/convert_type_boolean | Roeland Jago Douma | 2019-11-25 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Incorrect integer value: '' for column 'password_invalid' while migrating fro... | Łukasz Buśko | 2019-11-20 | 1 | -0/+3 |
* | | Convert more columns to bigint | Roeland Jago Douma | 2019-11-20 | 1 | -0/+4 |
|/ |
|
* | Check and add index on principaluri for schedulingobjects table | Thomas Citharel | 2019-10-08 | 1 | -0/+13 |
* | Add index on calendarid for calendarobject_props table | Thomas Citharel | 2019-10-07 | 1 | -0/+13 |
* | Deduplicate index names | Joas Schilling | 2019-03-27 | 1 | -6/+6 |
* | Make sure all tables have named indexes | Joas Schilling | 2019-03-27 | 1 | -0/+81 |
* | add support for boolean default | Maxence Lange | 2019-01-09 | 1 | -1/+5 |
* | Add twofactor_providers_uid index | Roeland Jago Douma | 2018-12-21 | 1 | -2/+15 |
* | Add setup check for pending bigint conversion | Morris Jobke | 2018-12-05 | 1 | -0/+1 |
* | Fix bigint conversion on SQLite | Morris Jobke | 2018-12-05 | 1 | -1/+5 |
* | Show columns to update in CLI interface | Morris Jobke | 2018-12-05 | 1 | -1/+5 |
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -1/+1 |
* | Fix index names | Morris Jobke | 2018-11-06 | 1 | -2/+2 |
* | Add uid_owner and uid_initiator share tabe indices | Roeland Jago Douma | 2018-10-01 | 1 | -0/+16 |
* | Improve class import and strict typing for generated migration class | Christoph Wurst | 2018-09-07 | 1 | -6/+10 |
* | Fix generated migration class code | Christoph Wurst | 2018-08-21 | 1 | -3/+0 |
* | Merge pull request #10298 from nextcloud/bugfix/talk-714/only-migrate-the-sch... | Morris Jobke | 2018-07-24 | 1 | -1/+1 |
|\ |
|
| * | Only create the schema when moving between databases | Joas Schilling | 2018-07-19 | 1 | -1/+1 |
* | | Add filecache index on mtime | Robin Appelman | 2018-07-19 | 1 | -0/+11 |
|/ |
|
* | Add parent index to share table | Roeland Jago Douma | 2018-06-03 | 1 | -1/+9 |
* | Add human readable description to migration steps | Robin Appelman | 2018-05-30 | 1 | -1/+10 |
* | Emit event when running ./occ db:add-missing-indices | Roeland Jago Douma | 2018-05-24 | 1 | -7/+15 |
* | Add autocomplete to migration commands | Joas Schilling | 2018-05-03 | 5 | -11/+145 |
* | Add mtime and storage_mtime to db:convert-filecache-bigint | Alecks Gates | 2018-02-17 | 1 | -1/+1 |
* | Fix the type hints of migrations and correctly inject the wrapped schema into... | Joas Schilling | 2018-01-17 | 2 | -6/+6 |
* | make occ command more generic | Bjoern Schiessle | 2017-12-18 | 1 | -7/+25 |
* | add occ command to add a index to share_with at the share table | Bjoern Schiessle | 2017-12-18 | 1 | -0/+73 |
* | Update license headers | Morris Jobke | 2017-11-06 | 7 | -13/+16 |
* | Also update the activity table with this | Joas Schilling | 2017-10-13 | 1 | -0/+6 |
* | Add a command to manually migrate to big ints | Joas Schilling | 2017-10-13 | 1 | -0/+101 |
* | Fix missing "unsigned" on integer columns | Joas Schilling | 2017-09-19 | 1 | -0/+7 |
* | Fix typo in template for migration generation | Joas Schilling | 2017-08-09 | 1 | -1/+1 |
* | Add *lob support for all tables | Joas Schilling | 2017-07-25 | 1 | -14/+15 |
* | use template placeholders instead of html | Joas Schilling | 2017-07-25 | 1 | -6/+6 |
* | Always order by all values, to make sure all entries are copied correctly | Joas Schilling | 2017-07-25 | 1 | -9/+4 |
* | Only migrate to the current state | Joas Schilling | 2017-07-25 | 1 | -6/+16 |
* | Use order by to avoid problems when chunking finds a same item again... | Joas Schilling | 2017-07-25 | 1 | -9/+30 |
* | Remove generate change script which doesnt work with migrations anymore | Joas Schilling | 2017-07-25 | 1 | -89/+0 |
* | Use default connection parameters for utf8 4byte support | Joas Schilling | 2017-07-25 | 1 | -3/+3 |
* | Skip migrations table because it was already done when creating the schema | Joas Schilling | 2017-07-25 | 1 | -0/+6 |