summaryrefslogtreecommitdiff
path: root/lib/migrations/20180209120907-longtext-of-authorship.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-12fix: migration should return promisechandi1-6/+6
Signed-off-by: chandi <git@chandi.it>
2019-05-31Fix eslint warningsSheogorath1-4/+4
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-02-09Fix field type to prevent data truncation of authorship (#721)Max Wu1-0/+13
* Fix field type to prevent data truncation of authorship