mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
Possible future forum ordering
git-svn-id: file:///svn/phpbb/trunk@62 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fa9d60b536
commit
7f6ddf8f75
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ CREATE TABLE phpbb_forum_mods (
|
||||||
|
|
||||||
CREATE TABLE phpbb_forums (
|
CREATE TABLE phpbb_forums (
|
||||||
forum_id int(10) NOT NULL auto_increment,
|
forum_id int(10) NOT NULL auto_increment,
|
||||||
|
forum_order int(10) NOT NULL,
|
||||||
forum_name varchar(150),
|
forum_name varchar(150),
|
||||||
forum_desc text,
|
forum_desc text,
|
||||||
forum_access tinyint(3),
|
forum_access tinyint(3),
|
||||||
|
|
Loading…
Add table
Reference in a new issue