From 234f42fec7ed6d131547dfc63577bbb308059093 Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 8 Apr 2022 12:07:41 +0100 Subject: [PATCH] added updb to update_project script --- update_project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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