Skip to content

Add migration for marked_present_student in consultation_attendance

Јованоска Мила requested to merge 23-mark-student-as-present into dev

This merge request adds a database migration to support student presence marking in consultation attendances.

Changes included:

  • added V1_138__consultation_attendance_mark_present_student.sql
  • introduced the marked_present_student column as BOOLEAN NOT NULL DEFAULT FALSE in consultation_attendance

This migration is required for the student presence marking functionality in the application.

Merge request reports

Loading