Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-24Merge pull request #10298 from nextcloud/bugfix/talk-714/only-migrate-the-sch...Morris Jobke
2018-07-19Add filecache index on mtimeRobin Appelman
2018-07-19Only create the schema when moving between databasesJoas Schilling
2018-06-03Add parent index to share tableRoeland Jago Douma
2018-05-30Add human readable description to migration stepsRobin Appelman
2018-05-24Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma
2018-05-03Add autocomplete to migration commandsJoas Schilling
2018-02-17Add mtime and storage_mtime to db:convert-filecache-bigintAlecks Gates
2018-01-17Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling
2017-12-18make occ command more genericBjoern Schiessle
2017-12-18add occ command to add a index to share_with at the share tableBjoern Schiessle
2017-11-06Update license headersMorris Jobke
2017-10-13Also update the activity table with thisJoas Schilling
2017-10-13Add a command to manually migrate to big intsJoas Schilling
2017-09-19Fix missing "unsigned" on integer columnsJoas Schilling
2017-08-09Fix typo in template for migration generationJoas Schilling
2017-07-25Add *lob support for all tablesJoas Schilling
2017-07-25use template placeholders instead of htmlJoas Schilling
2017-07-25Always order by all values, to make sure all entries are copied correctlyJoas Schilling
2017-07-25Only migrate to the current stateJoas Schilling
2017-07-25Use order by to avoid problems when chunking finds a same item again...Joas Schilling
2017-07-25Remove generate change script which doesnt work with migrations anymoreJoas Schilling
2017-07-25Use default connection parameters for utf8 4byte supportJoas Schilling
2017-07-25Skip migrations table because it was already done when creating the schemaJoas Schilling
2017-07-25Use migrations on convertJoas Schilling
2017-07-25Core is converted, so this is dead codeJoas Schilling
2017-07-25Add a script to generate a migration from database.xmlJoas Schilling
2017-07-20Add Phan plugin to check for SQL injectionsLukas Reschke
2017-07-06Only create the migration directory when necessaryJoas Schilling
2017-07-05Allow to check the schema in pre and post as wellJoas Schilling
2017-07-05Add a version to migrations, so parallel legacy branches can also have migrat...Joas Schilling
2017-07-05Add author and copyrightJoas Schilling
2017-07-05Do not allow to go back on productive systemsJoas Schilling
2017-07-05Adjust the code to use our interface and abstractJoas Schilling
2017-07-05Start migrationsJoas Schilling
2017-04-28Add console command to migrate the charsetThomas Müller
2017-03-26Use false because null crashes the cacheJoas Schilling
2017-03-26Make sure blob columns are correctly converted as parametersJoas Schilling
2017-03-24Improve error message of charset convert script and behaviourMorris Jobke
2017-03-22Address commentsMorris Jobke
2017-03-22Adding tests for 4 byte unicode charactersMorris Jobke
2016-09-29Add autocomplete for db:* and log:*Joas Schilling
2016-09-06Fix dbconvertRoeland Jago Douma
2016-07-30Rebranded to Nextcloud for the occ command line toolSander Ruitenbeek
2016-07-21Fix othersJoas Schilling
2016-05-13Chunk the "db:convert-type" select queries, to not run out of memory so fastJoas Schilling
2016-04-06Rename files to be PSR-4 compliantLukas Reschke