summaryrefslogtreecommitdiffstats
path: root/server/migrations/20180717202533-create-group_x_client.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/migrations/20180717202533-create-group_x_client.js')
-rw-r--r--server/migrations/20180717202533-create-group_x_client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/migrations/20180717202533-create-group_x_client.js b/server/migrations/20180717202533-create-group_x_client.js
index 2330cdb..7564618 100644
--- a/server/migrations/20180717202533-create-group_x_client.js
+++ b/server/migrations/20180717202533-create-group_x_client.js
@@ -6,7 +6,7 @@ module.exports = {
primaryKey: true,
allowNull: false,
type: Sequelize.INTEGER,
- onDelete: "cascade",
+ onDelete: 'cascade',
references: {
model: 'groups',
key: 'id'
@@ -16,7 +16,7 @@ module.exports = {
primaryKey: true,
allowNull: false,
type: Sequelize.INTEGER,
- onDelete: "cascade",
+ onDelete: 'cascade',
references: {
model: 'clients',
key: 'id'