Skip to content

SQL Cleanup drush script

Notifications You must be signed in to change notification settings

fullfatthings/sql-cleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Drush SQL Cleanup

When using Drush with Jenkins and GitHub, along with Lullabots tutorial for deploying Pull Requests, you may end up deploying each PR into its own database.

This Drush script provides a simple tear-down command:

drush sql-drop-database

This will drop the database for the site. Feel free to add @ aliases or @sites to drop all site DB's.

Installation

Simply checkout this repo into ~/.drush (or any of the drush locations for picking up plugins).

Releases

No releases published

Packages

No packages published

Languages