Skip to content
Snippets Groups Projects
drush.yml.twig 659 B
Newer Older
  • Learn to ignore specific revisions
  •     config:
          - '${env.home}/.drush/config/drush.yml'
    
        include:
          - './drush/contrib'
    
    options:
    
      uri: 'http://{{ projectname }}.docker.localhost:8000'
    
    command:
    
        sync:
          options:
            structure-tables-key: 'common'
            skip-tables: 'common'
        dump:
          options:
            structure-tables-key: 'common'
            skip-tables: 'common'
    sql:
      structure-tables:
        common:
    
    {% for table in drush.sql.tables.structure %}
    
    {% for table in drush.sql.tables.skip %}