From 84fc2fbccca07e47ddf338680840f1b6e6b8599d Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Thu, 13 Oct 2016 09:49:44 -0500 Subject: [PATCH] Changes migrate behavior to alter --- www/config/models.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/config/models.js b/www/config/models.js index aa8772d..4428ce9 100644 --- a/www/config/models.js +++ b/www/config/models.js @@ -27,7 +27,7 @@ module.exports.models = { * See http://sailsjs.org/#!/documentation/concepts/ORM/model-settings.html * * * ***************************************************************************/ - migrate: 'safe', + migrate: 'alter', /** * This method adds records to the database