Skip to content
Snippets Groups Projects
Commit 4956a9ca authored by Julian's avatar Julian
Browse files

Run long running migration steps automatically

Closes #1
parent 22b475fc
No related branches found
No related tags found
No related merge requests found
Pipeline #18233 waiting for manual action
...@@ -11,6 +11,9 @@ case "$1" in ...@@ -11,6 +11,9 @@ case "$1" in
echo echo
else else
nextcloud-occ upgrade nextcloud-occ upgrade
nextcloud-occ db:add-missing-columns
nextcloud-occ db:add-missing-indices
nextcloud-occ db:add-missing-primary-keys
fi fi
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment