summaryrefslogtreecommitdiff
path: root/lib/migrations/20150702001020-update-to-0_3_1.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Catch more errorsTilman Vatteroth2020-12-021-3/+2
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* [Migrations] Replace similar codeTilman Vatteroth2020-11-301-2/+1
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* [Migrations] Add variant of error message to catch blockTilman Vatteroth2020-11-301-1/+4
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Fix eslint warningsSheogorath2019-05-311-0/+1
| | | | | | | | | | | Since we are about to release it's time to finally fix our linting. This patch basically runs eslint --fix and does some further manual fixes. Also it sets up eslint to fail on every warning on order to make warnings visable in the CI process. There should no functional change be introduced. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update error message text checksCarles Bruguera2018-11-161-1/+1
| | | | Signed-off-by: Carles Bruguera <carlesba@gmail.com>
* Extend migration error handlingSheogorath2018-09-051-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.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