From 67518cfa6364b166eeac0ced4e2270b6ce06bf0d Mon Sep 17 00:00:00 2001 From: Christian Hofmaier Date: Sun, 5 Aug 2018 00:26:47 +0000 Subject: fixed eslint --- server/migrations/20180726033400-create-user_x_role.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/migrations/20180726033400-create-user_x_role.js') diff --git a/server/migrations/20180726033400-create-user_x_role.js b/server/migrations/20180726033400-create-user_x_role.js index d82bc9a..cbf5735 100644 --- a/server/migrations/20180726033400-create-user_x_role.js +++ b/server/migrations/20180726033400-create-user_x_role.js @@ -6,7 +6,7 @@ module.exports = { primaryKey: true, allowNull: false, type: Sequelize.INTEGER, - onDelete: "cascade", + onDelete: 'cascade', references: { model: 'users', key: 'id' @@ -16,7 +16,7 @@ module.exports = { primaryKey: true, allowNull: false, type: Sequelize.INTEGER, - onDelete: "cascade", + onDelete: 'cascade', references: { model: 'roles', key: 'id' @@ -27,4 +27,4 @@ module.exports = { down: (queryInterface, Sequelize) => { return queryInterface.dropTable('user_x_role') } -} \ No newline at end of file +} -- cgit v1.2.3-55-g7522