mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Initial batch of colourization changes. This includes:
- schema changes for first post and last post - display in viewforum, search and ucp of first post - update of database on posting Still outstanding - display of last post git-svn-id: file:///svn/phpbb/trunk@6309 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1469,9 +1469,11 @@ CREATE TABLE [phpbb_topics] (
|
||||
[topic_type] [int] DEFAULT (0) NOT NULL ,
|
||||
[topic_first_post_id] [int] DEFAULT (0) NOT NULL ,
|
||||
[topic_first_poster_name] [varchar] (255) DEFAULT ('') NOT NULL ,
|
||||
[topic_first_poster_colour] [varchar] (6) DEFAULT ('') NOT NULL ,
|
||||
[topic_last_post_id] [int] DEFAULT (0) NOT NULL ,
|
||||
[topic_last_poster_id] [int] DEFAULT (0) NOT NULL ,
|
||||
[topic_last_poster_name] [varchar] (255) DEFAULT ('') NOT NULL ,
|
||||
[topic_last_poster_colour] [varchar] (6) DEFAULT ('') NOT NULL ,
|
||||
[topic_last_post_time] [int] DEFAULT (0) NOT NULL ,
|
||||
[topic_last_view_time] [int] DEFAULT (0) NOT NULL ,
|
||||
[topic_moved_id] [int] DEFAULT (0) NOT NULL ,
|
||||
|
Reference in New Issue
Block a user