summaryrefslogtreecommitdiff
path: root/lib/migrations/20171009121200-longtext-for-mysql.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-12fix: migration should return promisechandi1-10/+10
Signed-off-by: chandi <git@chandi.it>
2019-05-31Fix eslint warningsSheogorath1-8/+8
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-08Fix typo of DB migration scriptTakeaki Matsumoto1-2/+2
Signed-off-by: Takeaki Matsumoto <takeaki.matsumoto@ntt.com>
2017-10-16Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent ↵Claudius Coenen1-0/+16
truncation of data.