Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend migration error handling | Sheogorath | 2018-09-05 | 1 | -1/+1 |
| | | | | | | | | | | The current error handling seems to conflict with some sequelize versions. So we add a second version of it in our excemptions. I'm not happy about it, but when it helps to prevent further migration breaking, it's worth it. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Add missing catch blocks for migration from 1.1.1 to 1.2.0 | Hugo Caloto | 2018-07-31 | 1 | -0/+6 |
| | | | | Signed-off-by: Hugo Caloto <hcaloto@gmail.com> | ||||
* | fix: Support SQlite | BoHong Li | 2017-03-28 | 1 | -3/+8 |
| | | | | Move 'unique' constraint to another statement (SQLite don't support set unique when addColumn) | ||||
* | fix: Add missing migration | BoHong Li | 2017-03-27 | 1 | -0/+13 |