changes migrate behavior to "safe" vs "alter"
This commit is contained in:
@@ -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: 'alter',
|
migrate: 'safe',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method adds records to the database
|
* This method adds records to the database
|
||||||
|
|||||||
Reference in New Issue
Block a user