From c684df1d9be61971e2d5fab95144d306d4903d9c Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Fri, 31 Aug 2001 22:00:44 +0000 Subject: Ccouple minor fixes git-svn-id: file:///svn/phpbb/trunk@959 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/db/postgres_schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/db') 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) ); -- cgit v1.2.1