Skip to content

Commit b7134a2

Browse files
committed
Mention the need to create the database
1 parent 15e1772 commit b7134a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Run the checks:
1818
$ ./script/check
1919
```
2020

21+
Create/update the database schema:
22+
23+
``` shell
24+
alembic upgrade head
25+
```
26+
2127
Run the server:
2228

2329
``` shell

0 commit comments

Comments
 (0)