Changes migrate behavior to alter

This commit is contained in:
Patrick McDonagh
2016-10-13 09:49:44 -05:00
parent 069c9a9915
commit 84fc2fbccc

View File

@@ -27,7 +27,7 @@ module.exports.models = {
* See http://sailsjs.org/#!/documentation/concepts/ORM/model-settings.html * * See http://sailsjs.org/#!/documentation/concepts/ORM/model-settings.html *
* * * *
***************************************************************************/ ***************************************************************************/
migrate: 'safe', migrate: 'alter',
/** /**
* This method adds records to the database * This method adds records to the database