fix enrollment logic, add financial aid, fix class distribution
Tests / PHPUnit (push) Failing after 1m6s
Tests / PHPUnit (push) Failing after 1m6s
This commit is contained in:
@@ -63,7 +63,7 @@ class CreateParentPolicyAcceptances extends Migration
|
||||
$this->forge->addKey('id', true);
|
||||
$this->forge->addUniqueKey(['parent_id', 'school_year'], 'uq_parent_policy_year');
|
||||
$this->forge->addKey('school_year');
|
||||
$this->forge->createTable('parent_policy_acceptances');
|
||||
$this->forge->createTable('parent_policy_acceptances', true);
|
||||
|
||||
$this->backfillExistingAcceptances();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user