mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 23:24:46 +02:00
Oopsie Woopsie
This commit is contained in:
parent
9fc46b9ae5
commit
37cc3ae20d
@ -12,7 +12,7 @@ return new class extends Migration
|
||||
public function up(): void
|
||||
{
|
||||
Schema::table('allocations', function (Blueprint $table) {
|
||||
$table->unsignedInteger('assigned_to')->change();
|
||||
$table->unsignedInteger('assigned_to')->nullable()->change();
|
||||
$table->unsignedInteger('node')->change();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user