Skip to content
Snippets Groups Projects
Commit a6fdafc6 authored by jurgenhaas's avatar jurgenhaas
Browse files

#12 Add structure and skip tables to Drush 9 config file

parent d4dcf002
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -9,11 +9,11 @@ command:
options:
structure-tables:
common:
- 'cache'
- 'cache_*'
- 'history'
- 'search_*'
- 'sessions'
- 'watchdog'
{% for table in drush.sql.tables.structure %}
- '{{ table }}'
{% endfor %}
skip-tables:
common: []
common:
{% for table in drush.sql.tables.skip %}
- '{{ table }}'
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment