Skip to content

Commit

Permalink
Use exec
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Feb 24, 2025
1 parent e47944b commit 2d52ce8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ protected function setUp(): void
(string) getenv('DB_PASSWORD'),
);

$pdo->query(sprintf('DELETE FROM "%s"', PostgreSQL::IMAGEVARIATIONS_TABLE));
$pdo->exec(sprintf('DELETE FROM "%s"', PostgreSQL::IMAGEVARIATIONS_TABLE));
}
}

0 comments on commit 2d52ce8

Please sign in to comment.