|
From: Paul S. O. <ps...@us...> - 2001-11-16 18:03:25
|
Update of /cvsroot/phpbb/phpBB2/db
In directory usw-pr-cvs1:/tmp/cvs-serv3340/db
Modified Files:
mysql_schema.sql
Log Message:
This is an initial 'final' DB schema, effectively complete but may undergo some (hopefully minor) updates
Index: mysql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mysql_schema.sql,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -r1.87 -r1.88
*** mysql_schema.sql 2001/11/16 18:00:49 1.87
--- mysql_schema.sql 2001/11/16 18:03:23 1.88
***************
*** 279,283 ****
PRIMARY KEY (word_text),
KEY word_id (word_id)
! )
# --------------------------------------------------------
--- 279,283 ----
PRIMARY KEY (word_text),
KEY word_id (word_id)
! );
# --------------------------------------------------------
|