7bc18d4a0f19c6e00d9ff6c287fd6113fc548984
[atutor.git] / docs / install / db / atutor_upgrade_1.3_to_1.3.2.sql
1 ###############################################################
2 # Database upgrade SQL from ATutor 1.3 to ATutor 1.3.2
3 ###############################################################
4
5 # add new field to course_enrollment table
6
7 ALTER TABLE `course_enrollment` ADD `last_cid` MEDIUMINT UNSIGNED DEFAULT '0' NOT NULL;
8
9
10 # add new field to content table
11
12 ALTER TABLE `content` ADD `inherit_release_date` TINYINT UNSIGNED DEFAULT '0' NOT NULL;