fix(seeder): remove is_zaoch column not in schedules table

This commit is contained in:
F4ilji
2026-08-20 11:38:36 +05:00
parent 9b0c8f8158
commit 7052b35c19
-1
View File
@@ -40,7 +40,6 @@ class ScheduleMockSeeder extends Seeder
Schedule::create([
'educational_group_id' => $group->id,
'is_zaoch' => (bool) rand(0, 1),
'file' => [
[
'title' => "{$title} ({$semester})",