X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fsql%2FSqlSyncCommands.php;fp=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fsql%2FSqlSyncCommands.php;h=bb44aa0626936401a0307c40b5bdb4d48970f10b;hp=9bf2ad1c0170e4a260142dab45c56bc2e3a5dadc;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/drush/drush/src/Commands/sql/SqlSyncCommands.php b/vendor/drush/drush/src/Commands/sql/SqlSyncCommands.php index 9bf2ad1c0..bb44aa062 100644 --- a/vendor/drush/drush/src/Commands/sql/SqlSyncCommands.php +++ b/vendor/drush/drush/src/Commands/sql/SqlSyncCommands.php @@ -5,9 +5,9 @@ use Consolidation\AnnotatedCommand\CommandData; use Drush\Commands\DrushCommands; use Drush\Drush; use Drush\Exceptions\UserAbortException; -use Drush\SiteAlias\AliasRecord; -use Drush\SiteAlias\SiteAliasManagerAwareInterface; -use Drush\SiteAlias\SiteAliasManagerAwareTrait; +use Consolidation\SiteAlias\AliasRecord; +use Consolidation\SiteAlias\SiteAliasManagerAwareInterface; +use Consolidation\SiteAlias\SiteAliasManagerAwareTrait; use Symfony\Component\Config\Definition\Exception\Exception; use Webmozart\PathUtil\Path; @@ -31,6 +31,7 @@ class SqlSyncCommands extends DrushCommands implements SiteAliasManagerAwareInte * @option db-su-pw Password for the db-su account. * @option source-dump The path for retrieving the sql-dump on source machine. * @option target-dump The path for storing the sql-dump on target machine. + * @option extra-dump Add custom arguments/options to the dumping of the database (e.g. mysqldump command). * @usage drush sql:sync @source @self * Copy the database from the site with the alias 'source' to the local site. * @usage drush sql:sync @self @target