We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da81c00 commit 3bfa20dCopy full SHA for 3bfa20d
src/Commands/MigrateDumpCommand.php
@@ -72,7 +72,7 @@ private static function mysqlDump(array $db_config, string $schema_sql_path) : i
72
// Not including connection name in file since typically only one DB.
73
// Excluding any hash or date suffix since only current is relevant.
74
$command_prefix = 'set -o pipefail &&'
75
- . ' mysqldump --routines --skip-add-drop-table --fake'
+ . ' mysqldump --routines --skip-add-drop-table'
76
. ' --skip-add-locks --skip-comments --skip-set-charset --tz-utc'
77
. ' --host=' . escapeshellarg($db_config['host'])
78
. ' --port=' . escapeshellarg($db_config['port'])
0 commit comments