summaryrefslogtreecommitdiff
path: root/lib/migrations/20161201050312-support-email-signin.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: Fixed sequelize-cli db:migration cannot stop when occur errorBoHong Li2017-03-241-4/+6
| | | | | | Up and Down method must return a Promise. breaking changes: docker-hackmd cannot initialize, because db:migration will fail
* Use strict mode in all backend filesBoHong Li2017-03-141-0/+1
| | | | add ‘use strict’ in all backend file
* Use JavaScript Standard StyleBoHong Li2017-03-081-7/+5
| | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
* Fix redundant parameter to removeColumn in db migration scriptsWu Cheng-Han2017-01-211-2/+2
|
* Update to support optional email register and signinWu Cheng-Han2016-12-021-0/+13