Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | use template placeholders instead of html | Joas Schilling | 2017-07-25 | 1 | -6/+6 |
* | 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 |
* | 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 |