Update of /cvsroot/phpslash/phpslash-ft/tables/0.65
In directory usw-pr-cvs1:/tmp/cvs-serv19124/phpslash-ft/tables/0.65
Modified Files:
6_to_65.sql
Log Message:
bugfix [ #471581 ]
Index: 6_to_65.sql
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/tables/0.65/6_to_65.sql,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** 6_to_65.sql 2001/11/20 14:49:57 1.4
--- 6_to_65.sql 2002/01/15 16:32:13 1.5
***************
*** 1,6 ****
ALTER TABLE psl_poll_answer CHANGE answer_id answer_id SMALLINT not null;
ALTER TABLE psl_poll_question ADD current tinyint(4) default '0' not null;
! ALTER TABLE psl_block CHANGE source_url source_url VARCHAR (255) not null;
! ALTER TABLE psl_block CHANGE source_url source_url VARCHAR (255) not null;
ALTER TABLE psl_topic_lut ADD INDEX(story_id);
ALTER TABLE psl_author ADD perms VARCHAR (255);
--- 1,6 ----
ALTER TABLE psl_poll_answer CHANGE answer_id answer_id SMALLINT not null;
ALTER TABLE psl_poll_question ADD current tinyint(4) default '0' not null;
! ALTER TABLE psl_block CHANGE source_url source_url VARCHAR (254) not null;
! ALTER TABLE psl_block CHANGE location location VARCHAR (254) not null;
ALTER TABLE psl_topic_lut ADD INDEX(story_id);
ALTER TABLE psl_author ADD perms VARCHAR (255);
|