From bfb1fa00bfaf0d911443af5b8a407c1a32601cf8 Mon Sep 17 00:00:00 2001 From: Mo Date: Sat, 14 Jan 2017 07:23:40 +0100 Subject: [PATCH] added use strict to db migration script --- db/database.js | 1 + 1 file changed, 1 insertion(+) diff --git a/db/database.js b/db/database.js index c793e36..7c3bfc3 100644 --- a/db/database.js +++ b/db/database.js @@ -1,3 +1,4 @@ +'use strict' // Our application's configuration lives in ../config, but our database config // for Sequelize CLI operations lives in this file. Pull in database config // from our main config - this file should never have to change.