Skip to content
Snippets Groups Projects
drush.yml.twig 305 B
Newer Older
  • Learn to ignore specific revisions
  • options:
    
      uri: 'http://{{ projectname }}.docker.localhost:8000'
    
    command:
      sql:
        options:
          structure-tables:
            common:
              - 'cache'
              - 'cache_*'
              - 'history'
              - 'search_*'
              - 'sessions'
              - 'watchdog'
          skip-tables:
            common: []