You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a check to the IEP table schema in initial_migrations to make sure that the end_date is always greater than or equal to the start_date. This issue should include two quick tests on the student router in student.test.ts, one on addIep and one on editIep, both to ensure that a an iep cannot be submitted when an end date is earlier than a start date, and that the correct postgres error is thrown if this is attempted.
-check inside the schema
Originally posted by @KCCPMG in #335 (review)
The text was updated successfully, but these errors were encountered: