We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scrub_tables
1 parent 7539406 commit 5bbc118Copy full SHA for 5bbc118
src/DatabaseJanitor.php
@@ -60,7 +60,7 @@ public function dump($host = FALSE, $output = FALSE, $trim = FALSE) {
60
$dumpSettings = [
61
'add-locks' => FALSE,
62
'exclude-tables' => $this->dumpOptions['excluded_tables'] ?? [],
63
- 'no-data' => $this->dumpOptions['no-data'] ?? [],
+ 'no-data' => $this->dumpOptions['scrub_tables'] ?? [],
64
'keep-data' => $this->dumpOptions['keep_data'] ?? [],
65
];
66
0 commit comments