Skip to content

Commit

Permalink
Hotfix: Removed force true
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloGOP committed May 8, 2024
1 parent 819b531 commit f19f769
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({force:true})
sequelize.sync({})
.then(() => {
console.log('Model synchronized successfully with the database');
})
Expand Down

0 comments on commit f19f769

Please sign in to comment.