summaryrefslogtreecommitdiff
path: root/lib/migrations/20150702001020-update-to-0_3_1.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-16Update error message text checksCarles Bruguera1-1/+1
Signed-off-by: Carles Bruguera <carlesba@gmail.com>
2018-09-05Extend migration error handlingSheogorath1-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>
2018-07-31Add missing catch blocks for migration from 1.1.1 to 1.2.0Hugo Caloto1-0/+6
Signed-off-by: Hugo Caloto <hcaloto@gmail.com>
2017-03-28fix: Support SQliteBoHong Li1-4/+12
Move 'unique' constraint to another statement (SQLite don't support set unique when addColumn)
2017-03-27fix: Add missing migrationBoHong Li1-0/+30