From f10dd5e4db625473de3f3984ace45242c1764ff3 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 24 Apr 2024 16:14:18 +0200 Subject: [PATCH] new header, makefile structuresync --- Makefile | 5 ++++- app | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7a1e946..a5ce52a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ logs: down: docker-compose down -maj_config: crd composer_install updb cim cr +maj_config: crd composer_install updb cim structsync cr crd: docker exec popsucoloque-php-1 /bin/bash -c "vendor/bin/drush @self.colloque2021 cache-clear drush" @@ -50,6 +50,9 @@ cim: docker exec popsucoloque-php-1 /bin/bash -c "vendor/bin/drush @self.colloque2021 config-import -y" docker exec popsucoloque-php-1 /bin/bash -c "vendor/bin/drush @self.colloque2024 config-import -y" +structsync: + docker exec popsucoloque-php-1 /bin/bash -c "vendor/bin/drush @self.colloque2024 ia --choice="safe" -y" + cr: docker exec popsucoloque-php-1 /bin/bash -c "vendor/bin/drush @self.colloque2021 cr" docker exec popsucoloque-php-1 /bin/bash -c "vendor/bin/drush @self.colloque2024 cr" diff --git a/app b/app index 31fe945..06cfc5d 160000 --- a/app +++ b/app @@ -1 +1 @@ -Subproject commit 31fe9455385121fec5a6993a2164f0d8562dfad6 +Subproject commit 06cfc5d1917ab48f4dc37d828b4f3c208bc19e2d