Skip to content
Snippets Groups Projects
drush.yml.twig 544 B
Newer Older
  • Learn to ignore specific revisions
  •     config:
          - '${env.home}/.drush/config/drush.yml'
    
    options:
    
      uri: '{{ projectprotocol }}://{{ projectdomain }}{{ projectport }}'
    
    command:
    
        dump:
          options:
            structure-tables-key: 'common'
    
            skip-tables-key: 'common'
    
    {% for table in drush.sql.tables.structure %}
    
    {% for table in drush.sql.tables.skip %}