Skip to content

Commit 5cb1780

Browse files
Merge pull request #79 from debatecore/78-correct-readme-sqlx-migration
[78] correct readme in regards to sqlx migrate cmd
2 parents 8f6026c + f037d3f commit 5cb1780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Set the following environment variables, via `.env` or your shell:
1414
- `FRONTEND_ORIGIN` will be used as an allowed [origin](https://developer.mozilla.org/en-US/docs/Glossary/Origin) for the purpose of [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS). Must be a valid URL.
1515

1616
Start the database with `docker compose --profile dev (up -d/down)`.
17-
Run the migrations via sqlx-cli with `sqlx run migrate` or by other means.
17+
Run the migrations via sqlx-cli with `sqlx migrate run` or by other means.
1818

1919
Compile and run the project with `cargo`.
2020

0 commit comments

Comments
 (0)