From 945cb9cc06a28a3695887d31d9fad9915f4bde55 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Mon, 17 Mar 2025 08:58:56 +0000 Subject: [PATCH] User/rework --- db/migrations/20250314130000_woker_add_active.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrations/20250314130000_woker_add_active.php b/db/migrations/20250314130000_woker_add_active.php index d50f09025..b653fa26f 100644 --- a/db/migrations/20250314130000_woker_add_active.php +++ b/db/migrations/20250314130000_woker_add_active.php @@ -2,7 +2,7 @@ use Phinx\Migration\AbstractMigration; -final class WorkerAddActive extends AbstractMigration { +final class WokerAddActive extends AbstractMigration { public function up(): void { if ($this->getEnvironment() == "thetool") { $workerTable = $this->table("Worker");