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
|
// start the server
|
||||||
db.sequelize
|
db.sequelize
|
||||||
.sync({force: true}) // sync sequelize
|
.sync() // sync sequelize
|
||||||
.then(() => { // get the download directory from the daemon
|
.then(() => { // get the download directory from the daemon
|
||||||
logger.info('Retrieving daemon download directory');
|
logger.info('Retrieving daemon download directory');
|
||||||
return getDownloadDirectory();
|
return getDownloadDirectory();
|
||||||
|
|
Loading…
Reference in a new issue