summaryrefslogtreecommitdiff
path: root/lib/migrations/20180306150303-fix-enum.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-12fix: migration should return promisechandi1-2/+2
Signed-off-by: chandi <git@chandi.it>
2019-05-31Fix eslint warningsSheogorath1-2/+2
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>
2018-03-06Add missing migration for permissionsSheogorath1-0/+11
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>