summaryrefslogtreecommitdiffstats
path: root/core/Command/Db
Commit message (Expand)AuthorAgeFilesLines
* Update ConvertFilecacheBigInt.phptimm2k2020-10-261-0/+1
* Add index to properties tableMario Danic2020-04-301-0/+14
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-108-13/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-094-4/+0
* Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-022-1/+106
|\
| * Add optional column oc_comments.reference_idJoas Schilling2020-03-312-1/+106
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
|/
* Fix license headersChristoph Wurst2020-01-131-0/+1
* Introduce new variable with the default answer to allow option --no-interacti...Bernhard Ostertag2019-12-291-7/+7
* enable option '--no-interaction' for db:convert-typeBernhard Ostertag2019-12-271-5/+7
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Convert various columns in oc_mounts to bigintGeorg Ehrke2019-12-091-0/+1
* Update license headersChristoph Wurst2019-12-059-9/+26
* Merge pull request #18098 from nextcloud/fix/migration_import_orderRoeland Jago Douma2019-11-251-1/+1
|\
| * Fix the import order of new migrationsRoeland Jago Douma2019-11-251-1/+1
* | Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-252-4/+3
|\ \
| * | Some php-cs fixesRoeland Jago Douma2019-11-222-4/+3
| |/
* | Merge pull request #18027 from str0g/fix/14920/convert_type_booleanRoeland Jago Douma2019-11-251-0/+3
|\ \ | |/ |/|
| * Incorrect integer value: '' for column 'password_invalid' while migrating fro...Łukasz Buśko2019-11-201-0/+3
* | Convert more columns to bigintRoeland Jago Douma2019-11-201-0/+4
|/
* Check and add index on principaluri for schedulingobjects tableThomas Citharel2019-10-081-0/+13
* Add index on calendarid for calendarobject_props tableThomas Citharel2019-10-071-0/+13
* Deduplicate index namesJoas Schilling2019-03-271-6/+6
* Make sure all tables have named indexesJoas Schilling2019-03-271-0/+81
* add support for boolean defaultMaxence Lange2019-01-091-1/+5
* Add twofactor_providers_uid indexRoeland Jago Douma2018-12-211-2/+15
* Add setup check for pending bigint conversionMorris Jobke2018-12-051-0/+1
* Fix bigint conversion on SQLiteMorris Jobke2018-12-051-1/+5
* Show columns to update in CLI interfaceMorris Jobke2018-12-051-1/+5
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
* Fix index namesMorris Jobke2018-11-061-2/+2
* Add uid_owner and uid_initiator share tabe indicesRoeland Jago Douma2018-10-011-0/+16
* Improve class import and strict typing for generated migration classChristoph Wurst2018-09-071-6/+10
* Fix generated migration class codeChristoph Wurst2018-08-211-3/+0
* Merge pull request #10298 from nextcloud/bugfix/talk-714/only-migrate-the-sch...Morris Jobke2018-07-241-1/+1
|\
| * Only create the schema when moving between databasesJoas Schilling2018-07-191-1/+1
* | Add filecache index on mtimeRobin Appelman2018-07-191-0/+11
|/
* Add parent index to share tableRoeland Jago Douma2018-06-031-1/+9
* Add human readable description to migration stepsRobin Appelman2018-05-301-1/+10
* Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma2018-05-241-7/+15
* Add autocomplete to migration commandsJoas Schilling2018-05-035-11/+145
* Add mtime and storage_mtime to db:convert-filecache-bigintAlecks Gates2018-02-171-1/+1
* Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-172-6/+6
* make occ command more genericBjoern Schiessle2017-12-181-7/+25
* add occ command to add a index to share_with at the share tableBjoern Schiessle2017-12-181-0/+73
* Update license headersMorris Jobke2017-11-067-13/+16
* Also update the activity table with thisJoas Schilling2017-10-131-0/+6
* Add a command to manually migrate to big intsJoas Schilling2017-10-131-0/+101