We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb21e71 commit 807e68fCopy full SHA for 807e68f
README.md
@@ -158,7 +158,8 @@ This module helps to generate secure APIs using `Flask-restX` via a simple workf
158
159
```bash
160
$ flask db init # this should be executed only once
161
-$ flask db migrate # Migrate command should be executed for each DB update
+$ flask db migrate # Generates the SQL
162
+$ flask db upgrade # Apply changes
163
```
164
165
- Update Configuration:
0 commit comments