Merge branch 'User/rework' into 'master'

User/rework

See merge request fronk/thetool!1120
This commit is contained in:
Luca Haid
2025-03-17 08:58:57 +00:00

View File

@@ -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");