Skip to content

Commit b940f10

Browse files
committed
add a step to run schema migration in Linux
1 parent f101605 commit b940f10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ making changes to the API.
107107
**Linux**
108108

109109
- `docker` & `docker-compose` installed and running
110+
- Run `cd api`
111+
- Run `cargo sqlx migrate run`
112+
- If you get the error `role "postgres" does not exist`, run
113+
`createuser -s postgres`.
110114

111115
### Running jsr
112116

0 commit comments

Comments
 (0)