summaryrefslogtreecommitdiff
path: root/lib/migrations/20180209120907-longtext-of-authorship.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: migration should return promisechandi2019-08-121-6/+6
| | | | Signed-off-by: chandi <git@chandi.it>
* Fix eslint warningsSheogorath2019-05-311-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>
* Fix field type to prevent data truncation of authorship (#721)Max Wu2018-02-091-0/+13
* Fix field type to prevent data truncation of authorship