]> gitweb.fluxo.info Git - templater.git/commitdiff
Drupal 8: makefile: updatedb: update entities
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 21 Nov 2017 18:23:11 +0000 (16:23 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 21 Nov 2017 18:23:11 +0000 (16:23 -0200)
share/templater/drupal8/files/Makefile.drupal8

index 319cac7a4a34fe7edcd0ca913292ec9a8271217d..36c2d1ecc99fe37da71e7c8b96abd308f20c1d2e 100644 (file)
@@ -116,7 +116,7 @@ site_install_sqlite: settings
 
 # Update the database
 updatedb:
-       $(DRUSH) updatedb -y
+       $(DRUSH) updatedb -y --entity-updates
 
 # Load the database dump, clear the drupal cache and fix image paths
 # See https://www.drupal.org/node/628130