1
This commit is contained in:
@@ -20,7 +20,7 @@ const cfg = get_app_config();
|
||||
const port = cfg.server.port;
|
||||
|
||||
await sequelize.authenticate();
|
||||
await sequelize.sync();
|
||||
// await sequelize.sync();
|
||||
start_all_cron_tasks();
|
||||
|
||||
app.listen(port);
|
||||
|
||||
Reference in New Issue
Block a user