Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/db-reset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
LOGFIRE_ENVIRONMENT: prod
run: |
echo "Resetting database tables..."
echo "yes" | uv run python scripts/init.py
echo "yes" | uv run python scripts/init.py --reset

- name: Seed database (lite)
if: ${{ github.event.inputs.mode == 'lite' }}
Expand Down
1 change: 1 addition & 0 deletions changelog.d/db-reset-flag.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing --reset flag to db-reset workflow so init.py actually drops existing tables before recreating them.