diff --git a/update_project.sh b/update_project.sh index cfb07ce..5c3ee1c 100755 --- a/update_project.sh +++ b/update_project.sh @@ -1 +1 @@ -git pull && composer install && drush config:import --source=../config -y +git pull && composer install && drush updb && drush config:import --source=../config -y