Whatever function is used in the admin section to add and delete students from the student_data table -- well, actually sets student_data.active to 0, not deletes them -- needs to also add/remove records for that student in the current table.
It's an open question for me about what to do with the history table when a student is deactivated (or activated).
Whatever function is used in the admin section to add and delete students from the
student_datatable -- well, actually setsstudent_data.activeto 0, not deletes them -- needs to also add/remove records for that student in thecurrenttable.It's an open question for me about what to do with the
historytable when a student is deactivated (or activated).