mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
Topic last post id was set as non null ...
git-svn-id: file:///svn/phpbb/trunk@1639 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -288,7 +288,7 @@ CREATE TABLE [phpbb_topics] (
|
|||||||
[topic_status] [smallint] NOT NULL ,
|
[topic_status] [smallint] NOT NULL ,
|
||||||
[topic_type] [smallint] NOT NULL ,
|
[topic_type] [smallint] NOT NULL ,
|
||||||
[topic_vote] [smallint] NOT NULL ,
|
[topic_vote] [smallint] NOT NULL ,
|
||||||
[topic_last_post_id] [int] NOT NULL ,
|
[topic_last_post_id] [int] NULL ,
|
||||||
[topic_moved_id] [int] NULL
|
[topic_moved_id] [int] NULL
|
||||||
) ON [PRIMARY]
|
) ON [PRIMARY]
|
||||||
GO
|
GO
|
||||||
|
Reference in New Issue
Block a user