From 3acd3a07b127674e1186351dafc8313802e94abf Mon Sep 17 00:00:00 2001 From: Adam Malone Date: Tue, 6 Oct 2020 19:23:38 +1100 Subject: [PATCH] Fixes #112 Removes the clearQuery to allow limits etc in db:backup:list (#113) --- src/Commands/DbBackupCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Commands/DbBackupCommand.php b/src/Commands/DbBackupCommand.php index 7149771..0d9556c 100644 --- a/src/Commands/DbBackupCommand.php +++ b/src/Commands/DbBackupCommand.php @@ -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']);