We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0dad5b5 + cd44f6c commit 80d68b3Copy full SHA for 80d68b3
2 files changed
.github/workflows/db-reset.yml
@@ -89,7 +89,7 @@ jobs:
89
LOGFIRE_ENVIRONMENT: prod
90
run: |
91
echo "Resetting database tables..."
92
- echo "yes" | uv run python scripts/init.py
+ echo "yes" | uv run python scripts/init.py --reset
93
94
- name: Seed database (lite)
95
if: ${{ github.event.inputs.mode == 'lite' }}
changelog.d/db-reset-flag.fixed
@@ -0,0 +1 @@
1
+Add missing --reset flag to db-reset workflow so init.py actually drops existing tables before recreating them.
0 commit comments