mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 22:45:40 +02:00
Bring the schema into line with the postgres one - this should deal with
the errors caused by people who've decided to install mysql 5 and change it from the default settings to ultra-strict mode git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5292 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -194,7 +194,7 @@ CREATE TABLE phpbb_posts (
|
||||
#
|
||||
CREATE TABLE phpbb_posts_text (
|
||||
post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
bbcode_uid char(10) NOT NULL,
|
||||
bbcode_uid char(10) DEFAULT '' NOT NULL,
|
||||
post_subject char(60),
|
||||
post_text text,
|
||||
PRIMARY KEY (post_id)
|
||||
|
Reference in New Issue
Block a user