1 Commits

Author SHA1 Message Date
c210978261 Chore: Revert initContainer command after successful migration 2026-05-09 20:39:22 -04:00

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: