Skip to content

Commit

Permalink
Don't setup test database on call to upgrade-db and give me a heart a…
Browse files Browse the repository at this point in the history
…ttack

We want to run this on prod. The DatabaseTestListener does this for tests anyway
and nothing else uses the test database.
  • Loading branch information
bakert committed Sep 8, 2024
1 parent 26f4609 commit a09b8ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gatherling/admin/db-upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
function main(): void
{
Setup::setupDatabase();
Setup::setupTestDatabase();
echo 'done';
}

Expand Down

0 comments on commit a09b8ed

Please sign in to comment.