summaryrefslogtreecommitdiff
path: root/lib/migrations/20150702001020-update-to-0_3_1.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing catch blocks for migration from 1.1.1 to 1.2.0Hugo Caloto2018-07-311-0/+6
| | | | Signed-off-by: Hugo Caloto <hcaloto@gmail.com>
* fix: Support SQliteBoHong Li2017-03-281-4/+12
| | | | Move 'unique' constraint to another statement (SQLite don't support set unique when addColumn)
* fix: Add missing migrationBoHong Li2017-03-271-0/+30