mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-25 05:49:36 +02:00
Added search bar
This commit is contained in:
parent
550e1e155b
commit
8026533a06
18 changed files with 166 additions and 9 deletions
2
db.js
2
db.js
|
@ -13,7 +13,7 @@ const connectDB = async () => {
|
|||
await sequelize.authenticate();
|
||||
logger.log('Connected to database');
|
||||
|
||||
const syncModels = false;
|
||||
const syncModels = true;
|
||||
|
||||
if (syncModels) {
|
||||
logger.log('Starting model synchronization');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue