remove old readme
[atutor.git] / install / db / atutor_upgrade_2.0_to_2.0.1.sql
1
2 # set default mobile status
3 UPDATE `themes` SET `status` = 3 WHERE `dir_name` = 'mobile';
4
5 # Extent groups.modules to 256 chars from 100 chars
6 ALTER TABLE `groups` MODIFY `modules` varchar(255) NOT NULL default '';
7
8 # Add new language for patcher
9 INSERT INTO `language_text` (`language_code`, `variable`, `term`, `text`, `revised_date`, `context`) VALUES ('en', '_template', 'path_not_allowed', 'Cannot proceed! The listed file path(s) is not allowed:<br />', now(), 'patcher');
10
11 UPDATE `themes` SET `version` = '2.0.1' WHERE `title` = 'ATutor' LIMIT 1 ;
12 UPDATE `themes` SET `version` = '2.0.1' WHERE `title` = 'Fluid' LIMIT 1 ;
13 UPDATE `themes` SET `version` = '2.0.1' WHERE `title` = 'ATutor Classic' LIMIT 1 ;
14 UPDATE `themes` SET `version` = '2.0.1' WHERE `title` = 'Blumin' LIMIT 1 ;
15 UPDATE `themes` SET `version` = '2.0.1' WHERE `title` = 'Greenmin' LIMIT 1 ;
16 UPDATE `themes` SET `version` = '2.0.1' WHERE `title` = 'ATutor 1.5' LIMIT 1 ;
17 UPDATE `themes` SET `version` = '2.0.1' WHERE `title` = 'Mobile' LIMIT 1 ;
18 UPDATE `themes` SET `version` = '2.0.1' WHERE `title` = 'ATutor 1.6' LIMIT 1 ;