|
|
|
@ -212,3 +212,9 @@ ALTER TABLE quiz_question ADD level int UNSIGNED NOT NULL default 0; |
|
|
|
|
ALTER TABLE survey_invitation ADD COLUMN session_id SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0; |
|
|
|
|
ALTER TABLE quiz_answer CHANGE ponderation ponderation float(6,2) NOT NULL DEFAULT 0; |
|
|
|
|
ALTER TABLE quiz_question CHANGE ponderation ponderation float(6,2) NOT NULL DEFAULT 0; |
|
|
|
|
INSERT INTO user_friend_relation_type(id,title)VALUES(1,'Unknow'); |
|
|
|
|
INSERT INTO user_friend_relation_type(id,title)VALUES(2,'Parent'); |
|
|
|
|
INSERT INTO user_friend_relation_type(id,title)VALUES(3,'Friend'); |
|
|
|
|
INSERT INTO user_friend_relation_type(id,title)VALUES(4,'GoodFriend'); |
|
|
|
|
INSERT INTO user_friend_relation_type(id,title)VALUES(5,'Enemy'); |
|
|
|
|
INSERT INTO user_friend_relation_type(id,title)VALUES(6,'Deleted'); |