Skip to content

Commit 78b4296

Browse files
author
Paul Rogers
committed
fix(MigrateDumpCommand): Remove --no-comments since not always available, esp. with Travis.
1 parent 89c12c4 commit 78b4296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MigrateDumpCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ private static function pgsqlDump(array $db_config, string $schema_sql_path) : i
236236

237237
// Include migration rows to avoid unnecessary reruns conflicting.
238238
exec(
239-
$command_prefix . ' --table=migrations --data-only --inserts --no-comments',
239+
$command_prefix . ' --table=migrations --data-only --inserts',
240240
$output,
241241
$exit_code
242242
);

0 commit comments

Comments
 (0)