diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-21 16:23:11 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-21 16:23:11 -0200 |
commit | a1012f36cebc923058299848d75af52f67555776 (patch) | |
tree | a584c89cd74ab6355a309c3df742c9899a8c8e44 | |
parent | cd8a2e4098a94f79eb65b76699ce6a852931f5ec (diff) | |
download | templater-a1012f36cebc923058299848d75af52f67555776.tar.gz templater-a1012f36cebc923058299848d75af52f67555776.tar.bz2 |
Drupal 8: makefile: updatedb: update entities
-rw-r--r-- | share/templater/drupal8/files/Makefile.drupal8 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |