Testdays: Try destructive init
This commit is contained in:
parent
d1edc6db3d
commit
8fa4144415
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ spec:
|
||||||
containerName: testdays
|
containerName: testdays
|
||||||
# We only need to init the database the first time, after we just need to check
|
# We only need to init the database the first time, after we just need to check
|
||||||
# for DB upgrades
|
# for DB upgrades
|
||||||
# command: ["python", "/opt/app-root/src/testdays/cli.py", "init_db"]
|
command: ["python", "/opt/app-root/src/testdays/cli.py", "init_db", "--destructive"]
|
||||||
command: ["python", "/opt/app-root/src/testdays/cli.py", "upgrade_db"]
|
command: ["python", "/opt/app-root/src/testdays/cli.py", "upgrade_db"]
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue