1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

And the schema changes for the inactive user changes

git-svn-id: file:///svn/phpbb/trunk@6395 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-09-23 12:39:48 +00:00
parent cbece78f7b
commit a5a9f16c0d
7 changed files with 68 additions and 54 deletions

View File

@@ -479,7 +479,7 @@ CREATE TABLE phpbb_forums (
forum_name varchar2(3000) DEFAULT '' ,
forum_desc clob DEFAULT '' ,
forum_desc_bitfield varchar2(252) DEFAULT '' ,
forum_desc_options number(11) DEFAULT '0' NOT NULL,
forum_desc_options number(11) DEFAULT '7' NOT NULL,
forum_desc_uid varchar2(5) DEFAULT '' ,
forum_link varchar2(255) DEFAULT '' ,
forum_password varchar2(40) DEFAULT '' ,
@@ -488,7 +488,7 @@ CREATE TABLE phpbb_forums (
forum_rules clob DEFAULT '' ,
forum_rules_link varchar2(255) DEFAULT '' ,
forum_rules_bitfield varchar2(252) DEFAULT '' ,
forum_rules_options number(11) DEFAULT '0' NOT NULL,
forum_rules_options number(11) DEFAULT '7' NOT NULL,
forum_rules_uid varchar2(5) DEFAULT '' ,
forum_topics_per_page number(4) DEFAULT '0' NOT NULL,
forum_type number(4) DEFAULT '0' NOT NULL,
@@ -586,7 +586,7 @@ CREATE TABLE phpbb_groups (
group_name varchar2(252) DEFAULT '' ,
group_desc clob DEFAULT '' ,
group_desc_bitfield varchar2(252) DEFAULT '' ,
group_desc_options number(11) DEFAULT '0' NOT NULL,
group_desc_options number(11) DEFAULT '7' NOT NULL,
group_desc_uid varchar2(5) DEFAULT '' ,
group_display number(1) DEFAULT '0' NOT NULL,
group_avatar varchar2(255) DEFAULT '' ,
@@ -1788,6 +1788,8 @@ CREATE TABLE phpbb_users (
user_warnings number(4) DEFAULT '0' NOT NULL,
user_last_warning number(11) DEFAULT '0' NOT NULL,
user_login_attempts number(4) DEFAULT '0' NOT NULL,
user_inactive_reason number(2) DEFAULT '0' NOT NULL,
user_inactive_time number(11) DEFAULT '0' NOT NULL,
user_posts number(8) DEFAULT '0' NOT NULL,
user_lang varchar2(30) DEFAULT '' ,
user_timezone number(5, 2) DEFAULT '0' NOT NULL,