Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose: Stores data about enrolment/deletion changes made on nightly module enrolments from SMS system. A record is used per module.
Joins: users and modules table.

FieldTypePurpose
idint(11)Primary Key – auto increment.
updateddateDatetime when the update occurred.
idModint(11)Module ID affected
enrolementsint(11)Number of new enrolements for the module.
enrolement_detailstextComma separated list of usernames enroled on module.
deletionsint(11)Number of deletions for the module.
deletion_detailstextComma separated list of usernames deleted from module.
import_typevarchar(255)Where was this import from
Warning

The Information below is for an in development branch of RogoROGO 6.1.0+

Purpose: Stores data about enrolment/deletion changes made on nightly module enrolments from SMS system. A record is used per module.Version: 6.1

Joins: academic_yearusers and modules table.

Field
Type
Purpose
Key
identifierint(11)auto increment.PRIMARY KEY
updateddateDatetime when the update occurred. 
idModint(11)Module ID affected 
enrolementsint(11)Number of new enrolements for the module. 
enrolement_detailstextComma separated list of usernames enroled on module. 
deletionsint(11)Number of deletions for the module. 
deletion_detailstextComma separated list of usernames deleted from module. 
import_typevarchar(255)Where was this import from 
calendar_yearint(4)Academic year the metadata applies to.FOREIGN KEY academic_year.calendar_year