Skip to content

Commit 807e68f

Browse files
committed
README - Update API_GEN section
1 parent eb21e71 commit 807e68f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ This module helps to generate secure APIs using `Flask-restX` via a simple workf
158158

159159
```bash
160160
$ flask db init # this should be executed only once
161-
$ flask db migrate # Migrate command should be executed for each DB update
161+
$ flask db migrate # Generates the SQL
162+
$ flask db upgrade # Apply changes
162163
```
163164

164165
- Update Configuration:

0 commit comments

Comments
 (0)