aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/mysql_41_schema.sql
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-10-04 04:42:39 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-10-04 04:42:39 +0000
commiteca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf (patch)
treef64ec2515929f1178f132a84847342fe1ffc4459 /phpBB/install/schemas/mysql_41_schema.sql
parent4f094bdb48379d334a87b65b7c71eacad162a841 (diff)
downloadforums-eca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf.tar
forums-eca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf.tar.gz
forums-eca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf.tar.bz2
forums-eca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf.tar.xz
forums-eca02ecbf31ce9d33dc12ac9ea59809e1ad1a7bf.zip
#i71
#i72 git-svn-id: file:///svn/phpbb/trunk@8128 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/mysql_41_schema.sql')
-rw-r--r--phpBB/install/schemas/mysql_41_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_41_schema.sql b/phpBB/install/schemas/mysql_41_schema.sql
index 88657aa4ac..0686c6cae7 100644
--- a/phpBB/install/schemas/mysql_41_schema.sql
+++ b/phpBB/install/schemas/mysql_41_schema.sql
@@ -441,7 +441,7 @@ CREATE TABLE phpbb_posts (
post_checksum varchar(32) DEFAULT '' NOT NULL,
post_attachment tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
bbcode_bitfield varchar(255) DEFAULT '' NOT NULL,
- bbcode_uid varchar(5) DEFAULT '' NOT NULL,
+ bbcode_uid varchar(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 varchar(255) DEFAULT '' NOT NULL,