diff --git a/database/migrations/2024_06_06_043350_modify_allocations.php b/database/migrations/2024_06_06_043350_modify_allocations.php index 72cd27db8..8a195b778 100644 --- a/database/migrations/2024_06_06_043350_modify_allocations.php +++ b/database/migrations/2024_06_06_043350_modify_allocations.php @@ -37,6 +37,7 @@ return new class extends Migration } Schema::table('servers', function (Blueprint $table) { + $table->dropForeign('servers_allocation_id_foreign'); $table->dropColumn(['allocation_id']); });