remove password from clsi for sql
sequalise fails when it is set to null
This commit is contained in:
@@ -42,4 +42,10 @@ module.exports =
|
||||
sync: () ->
|
||||
logger.log dbPath:Settings.mysql.clsi.storage, "syncing db schema"
|
||||
sequelize.sync()
|
||||
.then(->
|
||||
logger.log "db sync complete"
|
||||
).catch((err)->
|
||||
console.log err, "error syncing"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user