fix(k8s): enable DROP_EXISTING_TABLES in migration job

This commit is contained in:
Tracewebstudio Dev 2026-04-12 21:58:58 +02:00
parent 7b6cb67edc
commit a29f51e906

View file

@ -27,6 +27,8 @@ spec:
env:
- name: MIGRATIONS_DIR
value: "/migrations"
- name: DROP_EXISTING_TABLES
value: "true"
resources:
requests:
memory: "64Mi"