Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-03-31 22:52:49 +0300
committerGitHub <noreply@github.com>2022-03-31 22:52:49 +0300
commitf4c8cb5d4a4b742a35b2fd8f432629872a932aa1 (patch)
tree0cb13eac17f2b22e96712b6dff1f117e5ec9e232 /tests/integration/spreedcheats/lib/Controller/ApiController.php
parentd7ac2a1f64fc934e53c930cd8051be2fdfa64a2b (diff)
parent3099ca9fa23b971ebe51f069f20aa4b5e22e6f80 (diff)
Merge pull request #7077 from nextcloud/feature/noid/talk-attachments-table
Improve API for media tab to be able to filter results
Diffstat (limited to 'tests/integration/spreedcheats/lib/Controller/ApiController.php')
-rw-r--r--tests/integration/spreedcheats/lib/Controller/ApiController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/integration/spreedcheats/lib/Controller/ApiController.php b/tests/integration/spreedcheats/lib/Controller/ApiController.php
index 13f9753cd..712041f15 100644
--- a/tests/integration/spreedcheats/lib/Controller/ApiController.php
+++ b/tests/integration/spreedcheats/lib/Controller/ApiController.php
@@ -51,6 +51,9 @@ class ApiController extends OCSController {
*/
public function resetSpreed(): DataResponse {
$delete = $this->db->getQueryBuilder();
+ $delete->delete('talk_attachments')->executeStatement();
+
+ $delete = $this->db->getQueryBuilder();
$delete->delete('talk_attendees')->executeStatement();
$delete = $this->db->getQueryBuilder();