mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-21 10:01:08 +02:00
This goes first
This commit is contained in:
parent
b47f40bd13
commit
1a26f5ce9e
@ -36,12 +36,12 @@ return new class extends Migration
|
||||
->update(['ports' => json_encode($ports)]);
|
||||
}
|
||||
|
||||
Schema::dropIfExists('allocations');
|
||||
|
||||
Schema::table('servers', function (Blueprint $table) {
|
||||
$table->dropColumn(['allocation_id']);
|
||||
});
|
||||
|
||||
Schema::dropIfExists('allocations');
|
||||
|
||||
Schema::table('nodes', function (Blueprint $table) {
|
||||
$table->boolean('strict_ports')->default(true);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user