aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/mysql_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/schemas/mysql_schema.sql')
-rw-r--r--phpBB/install/schemas/mysql_schema.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql
index 96cc06fb5d..d0a292280d 100644
--- a/phpBB/install/schemas/mysql_schema.sql
+++ b/phpBB/install/schemas/mysql_schema.sql
@@ -1,5 +1,5 @@
#
-# phpbb - MySQL schema - phpBB 2.2 (c) phpBB Group, 2003
+# MySQL Schema for phpBB 3.x - (c) phpBB Group, 2005
#
# $Id$
#
@@ -594,7 +594,7 @@ CREATE TABLE phpbb_sessions (
session_start int(11) DEFAULT '0' NOT NULL,
session_time int(11) DEFAULT '0' NOT NULL,
session_ip varchar(40) DEFAULT '0' NOT NULL,
- session_browser varchar(100) DEFAULT '' NULL,
+ session_browser varchar(100) DEFAULT '' NOT NULL,
session_page varchar(100) DEFAULT '' NOT NULL,
session_viewonline tinyint(1) DEFAULT '1' NOT NULL,
session_admin tinyint(1) DEFAULT '0' NOT NULL,