fix tests issues
Tests / PHPUnit (push) Failing after 1m16s

This commit is contained in:
root
2026-07-13 00:24:00 -04:00
parent 439a695727
commit a56aca4342
17 changed files with 349 additions and 40 deletions
@@ -24,7 +24,7 @@ class CreatePlacementLevels extends Migration
]);
$this->forge->addKey('id', true);
$this->forge->addKey(['student_id', 'school_year'], true);
$this->forge->addUniqueKey(['student_id', 'school_year'], 'unique_student_school_year');
$this->forge->addKey('school_year');
$this->forge->createTable('placement_levels');
}