fix(drupal): syntax error

This commit is contained in:
Oliver Davies 2023-09-24 23:23:33 +01:00
parent 88b92924fb
commit b6b6e86558

View file

@ -1,4 +1,4 @@
{% new TemplateFilefor database in database.extra_databases %}
{% for database in database.extra_databases %}
CREATE DATABASE {{ database }};
GRANT ALL PRIVILEGES ON {{ database }}.* TO drupal@'%' IDENTIFIED BY 'drupal';