From a1012f36cebc923058299848d75af52f67555776 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 21 Nov 2017 16:23:11 -0200 Subject: Drupal 8: makefile: updatedb: update entities --- share/templater/drupal8/files/Makefile.drupal8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3