summaryrefslogtreecommitdiffstats
path: root/core/Command/Db
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix missing "unsigned" on integer columnsJoas Schilling2017-09-191-0/+7
* Fix typo in template for migration generationJoas Schilling2017-08-091-1/+1
* Add *lob support for all tablesJoas Schilling2017-07-251-14/+15
* use template placeholders instead of htmlJoas Schilling2017-07-251-6/+6
* Always order by all values, to make sure all entries are copied correctlyJoas Schilling2017-07-251-9/+4
* Only migrate to the current stateJoas Schilling2017-07-251-6/+16
* Use order by to avoid problems when chunking finds a same item again...Joas Schilling2017-07-251-9/+30
* Remove generate change script which doesnt work with migrations anymoreJoas Schilling2017-07-251-89/+0
* Use default connection parameters for utf8 4byte supportJoas Schilling2017-07-251-3/+3
* Skip migrations table because it was already done when creating the schemaJoas Schilling2017-07-251-0/+6
* Use migrations on convertJoas Schilling2017-07-251-1/+8
* Core is converted, so this is dead codeJoas Schilling2017-07-251-9/+7
* Add a script to generate a migration from database.xmlJoas Schilling2017-07-252-5/+214
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+8
* Only create the migration directory when necessaryJoas Schilling2017-07-061-0/+17
* Allow to check the schema in pre and post as wellJoas Schilling2017-07-051-4/+9
* Add a version to migrations, so parallel legacy branches can also have migrat...Joas Schilling2017-07-051-9/+19
* Add author and copyrightJoas Schilling2017-07-052-0/+6
* Do not allow to go back on productive systemsJoas Schilling2017-07-051-1/+23
* Adjust the code to use our interface and abstractJoas Schilling2017-07-051-63/+27
* Start migrationsJoas Schilling2017-07-054-0/+412
* Add console command to migrate the charsetThomas Müller2017-04-281-6/+6
* Use false because null crashes the cacheJoas Schilling2017-03-261-3/+9
* Make sure blob columns are correctly converted as parametersJoas Schilling2017-03-261-1/+24