1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

Latest update ... should be okay

git-svn-id: file:///svn/phpbb/trunk@396 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-05-31 23:09:37 +00:00
parent bc18a32d45
commit eec6b08295
2 changed files with 13 additions and 22 deletions

View File

@@ -159,19 +159,6 @@ CREATE TABLE phpbb_forum_access (
);
# --------------------------------------------------------
#
# Table structure for table 'phpbb_forum_mods'
#
DROP TABLE IF EXISTS phpbb_forum_mods;
CREATE TABLE phpbb_forum_mods (
forum_id int(10) DEFAULT '0' NOT NULL,
user_id int(10) DEFAULT '0' NOT NULL,
mod_notify tinyint(3)
);
# --------------------------------------------------------
#
# Table structure for table 'phpbb_forums'
@@ -433,6 +420,7 @@ CREATE TABLE phpbb_users (
user_id int(11) NOT NULL auto_increment,
user_active tinyint(4),
username varchar(40) NOT NULL,
user_level int(11) DEFAULT '0',
user_regdate int(11) DEFAULT '0' NOT NULL,
user_password varchar(32) NOT NULL,
user_autologin_key varchar(32),
@@ -442,7 +430,6 @@ CREATE TABLE phpbb_users (
user_dateformat varchar(14) DEFAULT 'd M Y H:i' NOT NULL,
user_rank int(11) DEFAULT '0',
user_avatar varchar(100),
user_level int(11) DEFAULT '1',
user_email varchar(255),
user_icq varchar(15),
user_website varchar(100),