◆ prepare()
ilStudyProgrammeSettingsTableUpdateSteps::prepare |
( |
ilDBInterface |
$db | ) |
|
◆ step_1()
ilStudyProgrammeSettingsTableUpdateSteps::step_1 |
( |
| ) |
|
◆ step_2()
ilStudyProgrammeSettingsTableUpdateSteps::step_2 |
( |
| ) |
|
Definition at line 51 of file ilStudyProgrammeSettingsTableUpdateSteps.php.
53 if (!$this->db->indexExistsByFields(self::TABLE_NAME, [
'assignment_id',
'prg_id',
'usr_id'])) {
54 $this->db->dropPrimaryKey(self::TABLE_PROGRESSES);
55 $this->db->addPrimaryKey(
56 self::TABLE_PROGRESSES,
◆ $db
◆ TABLE_NAME
const ilStudyProgrammeSettingsTableUpdateSteps::TABLE_NAME = 'prg_settings' |
◆ TABLE_PROGRESSES
const ilStudyProgrammeSettingsTableUpdateSteps::TABLE_PROGRESSES = 'prg_usr_progress' |
The documentation for this class was generated from the following file: