parent
7a45d4ddbc
commit
5aec942b4a
|
|
@ -13,7 +13,8 @@ return new class extends Migration
|
|||
if (! Room::find(0)) {
|
||||
$room = Room::create([
|
||||
'id' => 0,
|
||||
'name' => 'No Guide Assigned',
|
||||
'name' => 'Unassigned',
|
||||
'description' => 'These auditions have no room',
|
||||
]);
|
||||
$room->update([
|
||||
'id' => 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue