1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

- updated oracle schema/db files

- updated sqlite schema/db files


git-svn-id: file:///svn/phpbb/trunk@5141 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-05-05 17:01:07 +00:00
parent b576d6af0a
commit 81c7144f68
13 changed files with 3084 additions and 1646 deletions

View File

@@ -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,