Use strict mode in all backend files

add ‘use strict’ in all backend file
This commit is contained in:
BoHong Li 2017-03-14 13:02:43 +08:00
parent edb1b4aa0a
commit 5870d988b5
19 changed files with 19 additions and 0 deletions

View file

@ -1,3 +1,4 @@
'use strict'
module.exports = {
up: function (queryInterface, Sequelize) {
queryInterface.addColumn('Users', 'accessToken', Sequelize.STRING)