mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
- cleaned up the TRUNCATE/DELETE FROM in the native search backend - fixed an imporoper default value on some upgrades git-svn-id: file:///svn/phpbb/trunk@7036 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -900,7 +900,7 @@ CREATE TABLE phpbb_topics (
|
||||
topic_moved_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
topic_bumped tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
topic_bumper mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
poll_title varchar(100) DEFAULT '' NOT NULL,
|
||||
poll_title varchar(255) DEFAULT '' NOT NULL,
|
||||
poll_start int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
poll_length int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
poll_max_options tinyint(4) DEFAULT '1' NOT NULL,
|
||||
|
Reference in New Issue
Block a user