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

Commit 01e5a466 by James Kitamirike

Fix typo in models-definition

1 parent 70b1c863
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 ...@@ -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 // Sync all models that aren't already in the database
sequelize.sync() sequelize.sync()
// Force sync all modes // Force sync all models
sequelize.sync({force: true}) sequelize.sync({force: true})
// Drop all tables // Drop all tables
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!