Browse Source

new header, makefile structuresync

bach 2 weeks ago
parent
commit
f10dd5e4db
2 changed files with 5 additions and 2 deletions
  1. 4 1
      Makefile
  2. 1 1
      app

+ 4 - 1
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"

+ 1 - 1
app

@@ -1 +1 @@
-Subproject commit 31fe9455385121fec5a6993a2164f0d8562dfad6
+Subproject commit 06cfc5d1917ab48f4dc37d828b4f3c208bc19e2d