This commit is contained in:
Lance Pioch 2024-06-15 06:04:20 -04:00
parent 44e0dd3e09
commit 2b58160da9

View File

@ -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']);
});