Chore: Revert initContainer command after successful migration

This commit is contained in:
2026-05-09 20:39:22 -04:00
parent a61c67614f
commit c210978261

View File

@@ -16,8 +16,7 @@ spec:
initContainers:
- name: migrate
image: git.juggalol.com/juggalol/reactbin-api:v1.4.0
# command: ["alembic", "upgrade", "head"]
command: ["sh", "-c", "alembic upgrade 003 && python -m scripts.migrate_to_short_ids && alembic upgrade head"]
command: ["alembic", "upgrade", "head"]
workingDir: /app
envFrom:
- secretRef: