Skip to content

Commit 5bbc118

Browse files
author
Travis Bradbury
committed
Use scrub_tables configuration key for tables to exclude data for.
1 parent 7539406 commit 5bbc118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DatabaseJanitor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function dump($host = FALSE, $output = FALSE, $trim = FALSE) {
6060
$dumpSettings = [
6161
'add-locks' => FALSE,
6262
'exclude-tables' => $this->dumpOptions['excluded_tables'] ?? [],
63-
'no-data' => $this->dumpOptions['no-data'] ?? [],
63+
'no-data' => $this->dumpOptions['scrub_tables'] ?? [],
6464
'keep-data' => $this->dumpOptions['keep_data'] ?? [],
6565
];
6666

0 commit comments

Comments
 (0)