mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-21 13:31:07 +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)]);
|
->update(['ports' => json_encode($ports)]);
|
||||||
}
|
}
|
||||||
|
|
||||||
Schema::dropIfExists('allocations');
|
|
||||||
|
|
||||||
Schema::table('servers', function (Blueprint $table) {
|
Schema::table('servers', function (Blueprint $table) {
|
||||||
$table->dropColumn(['allocation_id']);
|
$table->dropColumn(['allocation_id']);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Schema::dropIfExists('allocations');
|
||||||
|
|
||||||
Schema::table('nodes', function (Blueprint $table) {
|
Schema::table('nodes', function (Blueprint $table) {
|
||||||
$table->boolean('strict_ports')->default(true);
|
$table->boolean('strict_ports')->default(true);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user