Skip to content

Commit 87030b9

Browse files
committed
chore(backend): Fix db upgrade command
1 parent 9495a49 commit 87030b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app_api/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ uv run litestar run --reload
1717
### Database Operations
1818
```bash
1919
just db <args> # Alembic operations via Litestar CLI
20-
uv run litestar database upgrade head
20+
uv run litestar database upgrade --no-prompt
2121
uv run litestar database revision --autogenerate -m "description"
2222
```
2323

0 commit comments

Comments
 (0)