Refactoring

This commit is contained in:
Rampeur
2025-08-15 20:32:33 +02:00
parent 25a09aa0fe
commit f211bc4b5b
6 changed files with 0 additions and 47 deletions
-1
View File
@@ -34,7 +34,6 @@ const connectMongoDb = async () => {
const connectMysqlDb = async () => {
try {
await sequelize.authenticate();
console.log('Connection has been established successfully 🔹');
console.log(`${utils.getDateTimeISOString()}`, chalk.green('MySQL connection has been established successfully 🟢'));
// Synchronize the database with the models without need of dropping the tables