Skip to content

Commit

Permalink
Fixes #112 Removes the clearQuery to allow limits etc in db:backup:li…
Browse files Browse the repository at this point in the history
…st (#113)
  • Loading branch information
typhonius committed Oct 6, 2020
1 parent fccb83d commit 3acd3a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Commands/DbBackupCommand.php
Expand Up @@ -87,7 +87,6 @@ public function dbBackupList(
$client->addQuery('filter', "name=${dbName}");
}
$databases = $databaseAdapter->getAll($uuid);
$client->clearQuery();

$table = new Table($this->output());
$table->setHeaders(['ID', 'Type', 'Timestamp']);
Expand Down

0 comments on commit 3acd3a0

Please sign in to comment.