remove password from clsi for sql

sequalise fails when it is set to null
This commit is contained in:
Henry Oswald
2018-07-30 14:04:33 +01:00
parent 0eeee4284d
commit f802717cb5
5 changed files with 2407 additions and 110 deletions

View File

@@ -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"
)