aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-08-31 22:00:44 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-08-31 22:00:44 +0000
commitc684df1d9be61971e2d5fab95144d306d4903d9c (patch)
tree38f075834caa05718251189a1f1458b83307c947 /phpBB/db
parenta9afe47b2ac5b3cd1222e429801e1c254d4da756 (diff)
downloadforums-c684df1d9be61971e2d5fab95144d306d4903d9c.tar
forums-c684df1d9be61971e2d5fab95144d306d4903d9c.tar.gz
forums-c684df1d9be61971e2d5fab95144d306d4903d9c.tar.bz2
forums-c684df1d9be61971e2d5fab95144d306d4903d9c.tar.xz
forums-c684df1d9be61971e2d5fab95144d306d4903d9c.zip
Ccouple minor fixes
git-svn-id: file:///svn/phpbb/trunk@959 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/db')
-rw-r--r--phpBB/db/postgres_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/db/postgres_schema.sql b/phpBB/db/postgres_schema.sql
index c50d655f13..f74cedf4d5 100644
--- a/phpBB/db/postgres_schema.sql
+++ b/phpBB/db/postgres_schema.sql
@@ -401,6 +401,7 @@ CREATE TABLE phpbb_topics (
topic_status int2 DEFAULT '0' NOT NULL,
topic_type int2 DEFAULT '0' NOT NULL,
topic_notify int2 DEFAULT '0',
+ topic_moved_id int4,
topic_last_post_id int4 DEFAULT '0' NOT NULL,
CONSTRAINT phpbb_topics_pkey PRIMARY KEY (topic_id)
);