Skip to content

Commit

Permalink
Merge branch 'develop-deploy' of https://github.com/Arquisoft/wiq_es04a
Browse files Browse the repository at this point in the history
… into develop-deploy
  • Loading branch information
uo289689 committed Apr 26, 2024
2 parents 620cb67 + 59ca40a commit 04ed7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/services/user-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const QuestionsRecord = sequelize.define('QuestionsRecord', {
});

// Synchronize the model with the database
sequelize.sync()
sequelize.sync({force:true})
.then(() => {
console.log('Model synchronized successfully with the database');
})
Expand Down

0 comments on commit 04ed7c6

Please sign in to comment.