mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
#i71
#i72 git-svn-id: file:///svn/phpbb/trunk@8128 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -441,7 +441,7 @@ CREATE TABLE phpbb_posts (
|
||||
post_checksum varbinary(32) DEFAULT '' NOT NULL,
|
||||
post_attachment tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
bbcode_bitfield varbinary(255) DEFAULT '' NOT NULL,
|
||||
bbcode_uid varbinary(5) DEFAULT '' NOT NULL,
|
||||
bbcode_uid varbinary(8) DEFAULT '' NOT NULL,
|
||||
post_postcount tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
|
||||
post_edit_time int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
post_edit_reason blob NOT NULL,
|
||||
|
Reference in New Issue
Block a user