|
|
|
@ -216,12 +216,12 @@ 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'); |
|
|
|
|
INSERT INTO user_friend_relation_type(id,title)VALUES(1,'SocialUnknow'); |
|
|
|
|
INSERT INTO user_friend_relation_type(id,title)VALUES(2,'SocialParent'); |
|
|
|
|
INSERT INTO user_friend_relation_type(id,title)VALUES(3,'SocialFriend'); |
|
|
|
|
INSERT INTO user_friend_relation_type(id,title)VALUES(4,'SocialGoodFriend'); |
|
|
|
|
INSERT INTO user_friend_relation_type(id,title)VALUES(5,'SocialEnemy'); |
|
|
|
|
INSERT INTO user_friend_relation_type(id,title)VALUES(6,'SocialDeleted'); |
|
|
|
|
ALTER TABLE lp ADD session_id int unsigned not null default 0; |
|
|
|
|
ALTER TABLE document ADD session_id int unsigned not null default 0; |
|
|
|
|
|
|
|
|
|