|
|
|
@ -133,4 +133,6 @@ ALTER TABLE forum_notification CHANGE post_id post_id INT NULL; |
|
|
|
|
ALTER TABLE quiz_answer CHANGE hotspot_coordinates hotspot_coordinates text; |
|
|
|
|
ALTER TABLE group_info ADD forum_state TINYINT NULL AFTER announcements_state; |
|
|
|
|
CREATE TABLE calendar_event_attachment ( id int NOT NULL auto_increment, path varchar(255) NOT NULL, comment text, size int NOT NULL default 0, agenda_id int NOT NULL, filename varchar(255) NOT NULL, PRIMARY KEY (id) ); |
|
|
|
|
INSERT INTO course_setting(variable,value,category) VALUES ('allow_open_chat_window',0,'chat'); |
|
|
|
|
ALTER TABLE glossary ADD display_order int; |
|
|
|
|
CREATE TABLE calendar_event_attachment ( id int NOT NULL auto_increment, path varchar(255) NOT NULL, comment text, size int NOT NULL default 0, agenda_id int NOT NULL, filename varchar(255) NOT NULL, PRIMARY KEY (id) ); |
|
|
|
|
INSERT INTO course_setting(variable,value,category) VALUES ('allow_open_chat_window',0,'chat');>>>>>>> .r17111 |
|
|
|
|