mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: v7 migration broken for MySQL
This commit is contained in:
parent
3e78c9d688
commit
9fbc17c46a
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ return new class extends Migration {
|
|||
'is_public' => true,
|
||||
'owner_id' => $firstAdmin->id,
|
||||
]);
|
||||
|
||||
$table->unsignedInteger('owner_id')->nullable(false)->change();
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue