不要怂,就是干,撸起袖子干!

Commit 7d5ecfcb by Mick Hansen

Merge pull request #4719 from jkc621/patch-1

Fix typo in models-definition
2 parents 70b1c863 01e5a466
Showing with 1 additions and 1 deletions
......@@ -534,7 +534,7 @@ Because synchronizing and dropping all of your tables might be a lot of lines to
// Sync all models that aren't already in the database
sequelize.sync()
// Force sync all modes
// Force sync all models
sequelize.sync({force: true})
// Drop all tables
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!