provide an option for drush sql load to copy a single table instead of the entire database
bdwelle - July 14, 2009 - 17:25
| Project: | Drush |
| Version: | All-Versions-HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I've found it useful to add an option for drush sql load to copy a single table instead of the entire database. This patch adds a --table=TABLE parameter to implement this.
| Attachment | Size |
|---|---|
| single_table_option.patch | 1.41 KB |

#1
This solves a feature request of mine that I didn't have time to do myself yet. Works fine on this end, thanks!
#2
drush sql load has been removed, and replaced with sql sync. Sql sync already has this capability.
#3
#4
Automatically closed -- issue fixed for 2 weeks with no activity.