diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-08-07 00:01:18 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-08-07 00:01:18 +0000 |
commit | 16922e62e3538677581e73a7d7a7faa23d2b401c (patch) | |
tree | 261be37b6bcf5cbc224e8f5060280bdfb7237969 /phpBB | |
parent | d299df3b256f77d5205630849354fad61e8762ed (diff) | |
download | forums-16922e62e3538677581e73a7d7a7faa23d2b401c.tar forums-16922e62e3538677581e73a7d7a7faa23d2b401c.tar.gz forums-16922e62e3538677581e73a7d7a7faa23d2b401c.tar.bz2 forums-16922e62e3538677581e73a7d7a7faa23d2b401c.tar.xz forums-16922e62e3538677581e73a7d7a7faa23d2b401c.zip |
Minor changes ... oh and to vB developers ... remember, when using ideas from our schemas the copyright should read "(C) 2002 phpBB Group" ... ;)
git-svn-id: file:///svn/phpbb/trunk@2832 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/schemas/mysql_schema.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 99972facc7..0134bb9bfb 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -130,7 +130,6 @@ CREATE TABLE phpbb_forums ( parent_id smallint(5) UNSIGNED NOT NULL, forum_order smallint(5) UNSIGNED DEFAULT '1' NOT NULL, - left_id smallint(5) UNSIGNED NOT NULL, right_id smallint(5) UNSIGNED NOT NULL, |