Skip to content

Commit

Permalink
Fixed tablespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Oct 25, 2023
1 parent e6c25eb commit 96d30bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drush/Commands/OpenShiftDrushCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public function getDatabaseDump() : int {
'drush',
'sql:dump',
'--structure-tables-key=common',
'--no-tablespaces',
'--extra-dump="--no-tablespaces"',
'--result-file=/tmp/dump.sql',
]);
$this->invokeOc([
Expand Down

0 comments on commit 96d30bc

Please sign in to comment.