import { sequelize } from '../models/index.js'; await sequelize.sync({ alter: true }); // eslint-disable-next-line no-console console.log(`[${new Date().toLocaleString()}] sync ok`); await sequelize.close();