fix: v7 migration broken for MySQL

This commit is contained in:
Phan An 2024-07-10 20:21:44 +02:00
parent 3e78c9d688
commit 9fbc17c46a

View file

@ -27,8 +27,6 @@ return new class extends Migration {
'is_public' => true,
'owner_id' => $firstAdmin->id,
]);
$table->unsignedInteger('owner_id')->nullable(false)->change();
});
}
};