mirror of
https://github.com/koel/koel
synced 2024-11-12 23:47:09 +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,
|
'is_public' => true,
|
||||||
'owner_id' => $firstAdmin->id,
|
'owner_id' => $firstAdmin->id,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$table->unsignedInteger('owner_id')->nullable(false)->change();
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue