mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
- a bunch of bugfixes. :P
git-svn-id: file:///svn/phpbb/trunk@5678 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -580,7 +580,6 @@ CREATE TABLE phpbb_privmsgs (
|
||||
message_text text,
|
||||
message_edit_reason varchar(100),
|
||||
message_edit_user INT4 DEFAULT '0' NOT NULL,
|
||||
message_checksum varchar(32) DEFAULT '' NOT NULL,
|
||||
message_encoding varchar(11) DEFAULT 'iso-8859-1' NOT NULL,
|
||||
message_attachment INT2 DEFAULT '0' NOT NULL,
|
||||
bbcode_bitfield INT4 DEFAULT '0' NOT NULL,
|
||||
@@ -1066,7 +1065,7 @@ CREATE TABLE phpbb_topics (
|
||||
topic_moved_id INT4 DEFAULT '0' NOT NULL,
|
||||
topic_bumped INT2 DEFAULT '0' NOT NULL,
|
||||
topic_bumper INT4 DEFAULT '0' NOT NULL,
|
||||
poll_title varchar(255) NOT NULL,
|
||||
poll_title varchar(255) DEFAULT '' NOT NULL,
|
||||
poll_start INT4 DEFAULT '0' NOT NULL,
|
||||
poll_length INT4 DEFAULT '0' NOT NULL,
|
||||
poll_max_options INT2 DEFAULT '1' NOT NULL,
|
||||
@@ -1175,7 +1174,7 @@ CREATE TABLE phpbb_users (
|
||||
user_lang varchar(30) DEFAULT '' NOT NULL,
|
||||
user_timezone decimal(5,2) DEFAULT '0.0' NOT NULL,
|
||||
user_dst INT2 DEFAULT '0' NOT NULL,
|
||||
user_dateformat varchar(15) DEFAULT 'd M Y H:i' NOT NULL,
|
||||
user_dateformat varchar(30) DEFAULT 'd M Y H:i' NOT NULL,
|
||||
user_style INT2 DEFAULT '0' NOT NULL,
|
||||
user_rank INT4 DEFAULT '0',
|
||||
user_colour varchar(6) DEFAULT '' NOT NULL,
|
||||
|
Reference in New Issue
Block a user