|
From: Paul S. O. <ps...@us...> - 2002-06-04 11:53:21
|
Update of /cvsroot/phpbb/phpBB2/db/schemas
In directory usw-pr-cvs1:/tmp/cvs-serv17092/db/schemas
Modified Files:
Tag: phpBB-2_0_0
mysql_schema.sql
Log Message:
Not auto_increment'ed as per other fixes/bugs ...
Index: mysql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mysql_schema.sql,v
retrieving revision 1.17.2.3
retrieving revision 1.17.2.4
diff -C2 -r1.17.2.3 -r1.17.2.4
*** mysql_schema.sql 4 Jun 2002 04:14:17 -0000 1.17.2.3
--- mysql_schema.sql 4 Jun 2002 11:53:11 -0000 1.17.2.4
***************
*** 43,47 ****
#
CREATE TABLE phpbb_groups (
! group_id mediumint(8) NOT NULL auto_increment,
group_type tinyint(4) DEFAULT '1' NOT NULL,
group_name varchar(40) NOT NULL,
--- 43,47 ----
#
CREATE TABLE phpbb_groups (
! group_id mediumint(8) NOT NULL,
group_type tinyint(4) DEFAULT '1' NOT NULL,
group_name varchar(40) NOT NULL,
|