mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-15 14:01:09 +02:00
Try again
This commit is contained in:
parent
2b58160da9
commit
6976fa8989
@ -37,7 +37,7 @@ return new class extends Migration
|
|||||||
}
|
}
|
||||||
|
|
||||||
Schema::table('servers', function (Blueprint $table) {
|
Schema::table('servers', function (Blueprint $table) {
|
||||||
$table->dropForeign('servers_allocation_id_foreign');
|
$table->dropForeign(['allocation_id']);
|
||||||
$table->dropColumn(['allocation_id']);
|
$table->dropColumn(['allocation_id']);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user