aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/db/mysql_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/db/mysql_schema.sql b/phpBB/db/mysql_schema.sql
index fbebc990a4..05df1dcf76 100644
--- a/phpBB/db/mysql_schema.sql
+++ b/phpBB/db/mysql_schema.sql
@@ -103,6 +103,7 @@ CREATE TABLE phpbb_forum_mods (
CREATE TABLE phpbb_forums (
forum_id int(10) NOT NULL auto_increment,
+ forum_order int(10) NOT NULL,
forum_name varchar(150),
forum_desc text,
forum_access tinyint(3),