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.
| Comment | File | Size | Author |
|---|---|---|---|
| single_table_option.patch | 1.41 KB | bdwelle |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| single_table_option.patch | 1.41 KB | bdwelle |
Comments
Comment #1
Brian@brianpuccio.net commentedThis solves a feature request of mine that I didn't have time to do myself yet. Works fine on this end, thanks!
Comment #2
greg.1.anderson commenteddrush sql load has been removed, and replaced with sql sync. Sql sync already has this capability.
Comment #3
moshe weitzman commented