diff --git a/Makefile b/Makefile index b4d17ac..6ea277c 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ d9_cim: docker exec eql-php-1 /bin/bash -c "drush config-import -y" d9_sync_struct: - docker exec eql-php-1 /bin/bash -c "drush im --choice safe && drush ib --choice full" + docker exec eql-php-1 /bin/bash -c "drush im --choice safe && drush ib --choice full & drush it --choice full" d9_pag: docker exec eql-php-1 /bin/bash -c "drush pag all canonical_entities:node && drush pag all canonical_entities:taxonomy_term" diff --git a/src_d9 b/src_d9 index dea7e22..8f79e65 160000 --- a/src_d9 +++ b/src_d9 @@ -1 +1 @@ -Subproject commit dea7e22990346122a49efe5f86bbaa10827468d0 +Subproject commit 8f79e658a75ea80b7383cbbd0de9ea978854b9e8