summaryrefslogtreecommitdiff
path: root/lib/migrations/20150915153700-change-notes-title-to-text.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-28fix: Other dialect duplicated add index problemBoHong Li1-3/+9
Detect is using SQLite to add index
2017-03-28fix: Support SQliteBoHong Li1-0/+5
Move 'unique' constraint to another statement (SQLite don't support set unique when addColumn)
2017-03-27fix: Add missing migrationBoHong Li1-0/+14