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
Tags v0.8.0
No related merge requests found
Pipeline #
...@@ -9,11 +9,11 @@ command: ...@@ -9,11 +9,11 @@ command:
options: options:
structure-tables: structure-tables:
common: common:
- 'cache' {% for table in drush.sql.tables.structure %}
- 'cache_*' - '{{ table }}'
- 'history' {% endfor %}
- 'search_*'
- 'sessions'
- 'watchdog'
skip-tables: 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