From 1ea858d555ab637bdb96a2035f9d955c15abc579 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 24 Mar 2025 16:50:58 +0100 Subject: [PATCH] added structure sync drush command in make cim --- Makefile | 2 ++ src | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 832762d..c7a7d20 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,8 @@ updb: cim: docker exec q2d-php-1 /bin/bash -c "vendor/bin/drush config-import -y" + docker exec q2d-php-1 /bin/bash -c "vendor/bin/drush ib --choice safe" + docker exec q2d-php-1 /bin/bash -c "vendor/bin/drush im --choice safe" # sync_struct: # docker exec q2d-php-1 /bin/bash -c "vendor/bin/drush im --choice safe && drush ib --choice full" diff --git a/src b/src index 0828edf..8abad34 160000 --- a/src +++ b/src @@ -1 +1 @@ -Subproject commit 0828edff55b6aaac7c619e6a7d52785f8f5fc8fa +Subproject commit 8abad343067974214a7120b66bff3cc71fbb982b