Newer
Older
drush:
paths:
include:
- './drush/contrib'
uri: 'http://{{ projectname }}.docker.localhost:8000'
command:
sql:
options:
structure-tables:
common:
{% for table in drush.sql.tables.structure %}
- '{{ table }}'
{% endfor %}
common:
{% for table in drush.sql.tables.skip %}
- '{{ table }}'
{% endfor %}