| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use migrations on convert | Joas Schilling | 2017-07-25 | 1 | -1/+8 |
* | Core is converted, so this is dead code | Joas Schilling | 2017-07-25 | 1 | -9/+7 |
* | Add a script to generate a migration from database.xml | Joas Schilling | 2017-07-25 | 2 | -5/+214 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+8 |
* | Only create the migration directory when necessary | Joas Schilling | 2017-07-06 | 1 | -0/+17 |
* | Allow to check the schema in pre and post as well | Joas Schilling | 2017-07-05 | 1 | -4/+9 |
* | Add a version to migrations, so parallel legacy branches can also have migrat... | Joas Schilling | 2017-07-05 | 1 | -9/+19 |
* | Add author and copyright | Joas Schilling | 2017-07-05 | 2 | -0/+6 |
* | Do not allow to go back on productive systems | Joas Schilling | 2017-07-05 | 1 | -1/+23 |
* | Adjust the code to use our interface and abstract | Joas Schilling | 2017-07-05 | 1 | -63/+27 |
* | Start migrations | Joas Schilling | 2017-07-05 | 4 | -0/+412 |
* | Add console command to migrate the charset | Thomas Müller | 2017-04-28 | 1 | -6/+6 |
* | Use false because null crashes the cache | Joas Schilling | 2017-03-26 | 1 | -3/+9 |
* | Make sure blob columns are correctly converted as parameters | Joas Schilling | 2017-03-26 | 1 | -1/+24 |
* | Improve error message of charset convert script and behaviour | Morris Jobke | 2017-03-23 | 1 | -4/+5 |
* | Address comments | Morris Jobke | 2017-03-21 | 1 | -1/+1 |
* | Adding tests for 4 byte unicode characters | Morris Jobke | 2017-03-21 | 1 | -0/+91 |
* | Add autocomplete for db:* and log:* | Joas Schilling | 2016-09-29 | 2 | -2/+59 |
* | Fix dbconvert | Roeland Jago Douma | 2016-09-06 | 1 | -19/+18 |
* | Rebranded to Nextcloud for the occ command line tool | Sander Ruitenbeek | 2016-07-30 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 2 | -3/+5 |
* | Chunk the "db:convert-type" select queries, to not run out of memory so fast | Joas Schilling | 2016-05-13 | 1 | -14/+56 |
* | Rename files to be PSR-4 compliant | Lukas Reschke | 2016-04-06 | 2 | -0/+369 |