Changes between Version 1 and Version 2 of AdvancedDB


Ignore:
Timestamp:
03/28/26 12:42:57 (2 weeks ago)
Author:
221296
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedDB

    v1 v2  
    55
    66# A user must have an ACTIVE subscription in order to enroll in a course.
     7
    78# A user cannot enroll in the same course more than once.
     9
    810# enrollment status changes must follow a valid transition model.
     11
    912# Each enrollment must reference a valid user and a valid course.
     13
    1014=== Implementation
    1115{{{Triggers}}}