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 7a0f1ee commit edd8833Copy full SHA for edd8833
README.md
@@ -38,7 +38,7 @@ Create an `.env` file using `.env.sample` as a guide. Set the value of `DBNAME`
38
Run the migrations:
39
40
```shell
41
-flask db migrate
+flask db upgrade
42
```
43
44
Run the local server: (or use VS Code "Run" button and select "Run server")
0 commit comments