summaryrefslogtreecommitdiffstats
path: root/core/Command/Db
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve error message of charset convert script and behaviourMorris Jobke2017-03-231-4/+5
* Address commentsMorris Jobke2017-03-211-1/+1
* Adding tests for 4 byte unicode charactersMorris Jobke2017-03-211-0/+91
* Add autocomplete for db:* and log:*Joas Schilling2016-09-292-2/+59
* Fix dbconvertRoeland Jago Douma2016-09-061-19/+18
* Rebranded to Nextcloud for the occ command line toolSander Ruitenbeek2016-07-301-1/+1
* Fix othersJoas Schilling2016-07-212-3/+5
* Chunk the "db:convert-type" select queries, to not run out of memory so fastJoas Schilling2016-05-131-14/+56
* Rename files to be PSR-4 compliantLukas Reschke2016-04-062-0/+369