fix installment for carry over balance parent account
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 48s
Tests / PHPUnit (push) Successful in 1m19s

This commit is contained in:
root
2026-08-29 18:33:28 -04:00
parent 611a5c8e4b
commit 6cf3a607a4
13 changed files with 477 additions and 57 deletions
@@ -110,7 +110,7 @@ final class AlignSchemaToScoolViewDump extends Migration
$this->ensureIndex(
'whatsapp_group_links',
'uq_section_term',
['class_section_id'],
['class_section_id', 'school_year'],
true
);