mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-03 18:25:32 +01:00
fix(drupal): syntax error
This commit is contained in:
parent
88b92924fb
commit
b6b6e86558
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue