Skip to content

Commit

Permalink
false: true -> force: true
Browse files Browse the repository at this point in the history
:D
  • Loading branch information
maxpain authored Jan 21, 2017
1 parent aa2e160 commit caedf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Todo.belongsToMany(User, {
});

sequelize.sync({
false: true
force: true
})
.then(() => {

Expand Down

0 comments on commit caedf04

Please sign in to comment.