From: Silvio Rhatto Date: Tue, 21 Nov 2017 18:23:11 +0000 (-0200) Subject: Drupal 8: makefile: updatedb: update entities X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a1012f36cebc923058299848d75af52f67555776;p=templater.git Drupal 8: makefile: updatedb: update entities --- diff --git a/share/templater/drupal8/files/Makefile.drupal8 b/share/templater/drupal8/files/Makefile.drupal8 index 319cac7..36c2d1e 100644 --- a/share/templater/drupal8/files/Makefile.drupal8 +++ b/share/templater/drupal8/files/Makefile.drupal8 @@ -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