Skip to content

Commit

Permalink
Merge pull request #16 from Maxpain177/patch-1
Browse files Browse the repository at this point in the history
false: true -> force: true
  • Loading branch information
Glavin001 authored Jan 21, 2017
2 parents aa2e160 + caedf04 commit 7c0cfe1
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 7c0cfe1

Please sign in to comment.