mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 20:40:24 +02:00
#i71
#i72 git-svn-id: file:///svn/phpbb/trunk@8128 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1285,7 +1285,7 @@ function get_schema_struct()
|
||||
'post_checksum' => array('VCHAR:32', ''),
|
||||
'post_attachment' => array('BOOL', 0),
|
||||
'bbcode_bitfield' => array('VCHAR:255', ''),
|
||||
'bbcode_uid' => array('VCHAR:5', ''),
|
||||
'bbcode_uid' => array('VCHAR:8', ''),
|
||||
'post_postcount' => array('BOOL', 1),
|
||||
'post_edit_time' => array('TIMESTAMP', 0),
|
||||
'post_edit_reason' => array('STEXT_UNI', ''),
|
||||
|
Reference in New Issue
Block a user