removed forced db sync
This commit is contained in:
parent
dcaa561e8f
commit
a14e85f255
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ app.set('view engine', 'handlebars');
|
|||
|
||||
// start the server
|
||||
db.sequelize
|
||||
.sync({force: true}) // sync sequelize
|
||||
.sync() // sync sequelize
|
||||
.then(() => { // get the download directory from the daemon
|
||||
logger.info('Retrieving daemon download directory');
|
||||
return getDownloadDirectory();
|
||||
|
|
Loading…
Reference in a new issue