Update of /cvsroot/phpbb-php5mod/phpbb-php5/install/schemas
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13329/install_/schemas
Modified Files:
mysql_schema.sql
Log Message:
- Fixing a bug reported on the forums by UCFirefly
Index: mysql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/install/schemas/mysql_schema.sql,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mysql_schema.sql 31 Dec 2005 02:10:06 -0000 1.4
--- mysql_schema.sql 24 Feb 2007 20:14:57 -0000 1.5
***************
*** 522,526 ****
user_newpasswd varchar(32),
user_last_login_try int(11) NOT NULL DEFAULT '0',
! user_login_tries smallint(5) UNSIGNED NOT NULL DEFAULT '0'
PRIMARY KEY (user_id),
KEY user_session_time (user_session_time)
--- 522,526 ----
user_newpasswd varchar(32),
user_last_login_try int(11) NOT NULL DEFAULT '0',
! user_login_tries smallint(5) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (user_id),
KEY user_session_time (user_session_time)
|