Skip to content
Snippets Groups Projects
Commit cc736668 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Adds missing indices to update job.

parent e601db08
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ spec:
- /bin/echo start update;
/usr/local/bin/php occ status;
/usr/local/bin/php occ upgrade;
/usr/local/bin/php occ db:add-missing-indices;
env:
- name: INSTALLED
value: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment