1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

added 711252 and lock topic within post, fixed post editing a bit.

git-svn-id: file:///svn/phpbb/trunk@3817 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-04-12 14:30:21 +00:00
parent 75eef6bfd7
commit 793182218a
6 changed files with 79 additions and 12 deletions

View File

@@ -442,6 +442,7 @@ CREATE TABLE phpbb_posts (
bbcode_uid varchar(10) NOT NULL,
post_edit_time int(11),
post_edit_count smallint(5) UNSIGNED DEFAULT '0' NOT NULL,
post_edit_locked tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
PRIMARY KEY (post_id),
KEY forum_id (forum_id),
KEY topic_id (topic_id),