From a0791b3b6880207b8ce73da6e05d912fab0e5302 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Sun, 16 Nov 2025 21:59:10 +0000 Subject: [PATCH] Update 20251116120000_create_workorder_mph_tables.php --- db/migrations/20251116120000_create_workorder_mph_tables.php | 1 - 1 file changed, 1 deletion(-) diff --git a/db/migrations/20251116120000_create_workorder_mph_tables.php b/db/migrations/20251116120000_create_workorder_mph_tables.php index 6baadd5b1..372d96bd2 100644 --- a/db/migrations/20251116120000_create_workorder_mph_tables.php +++ b/db/migrations/20251116120000_create_workorder_mph_tables.php @@ -13,7 +13,6 @@ final class CreateWorkorderMphTables extends AbstractMigration "null" => false, "values" => ['false', 'true'], "default" => "false", - "after" => "canWorkorderAdmin" ]); $table->update();