|
From: Bart v. B. <ba...@us...> - 2001-11-09 22:58:08
|
Update of /cvsroot/phpbb/phpBB2/db
In directory usw-pr-cvs1:/tmp/cvs-serv31784
Modified Files:
mysql_schema.sql
Log Message:
Fixed bu #480222 (I hope)
Index: mysql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mysql_schema.sql,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -r1.83 -r1.84
*** mysql_schema.sql 2001/11/09 18:28:46 1.83
--- mysql_schema.sql 2001/11/09 22:58:00 1.84
***************
*** 278,282 ****
PRIMARY KEY (word_id),
KEY word_text (word_text)
! )
--- 278,282 ----
PRIMARY KEY (word_id),
KEY word_text (word_text)
! );
***************
*** 292,296 ****
title_match tinyint(1) NOT NULL default '0',
KEY word_id (word_id)
! )
--- 292,296 ----
title_match tinyint(1) NOT NULL default '0',
KEY word_id (word_id)
! );
|