mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Merge branch 'main' of github.com:pelican-dev/panel
This commit is contained in:
commit
259599b441
@ -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