mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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:
@@ -1284,7 +1284,7 @@ CREATE TABLE phpbb_topics (
|
||||
topic_moved_id INTEGER DEFAULT 0 NOT NULL,
|
||||
topic_bumped INTEGER DEFAULT 0 NOT NULL,
|
||||
topic_bumper INTEGER DEFAULT 0 NOT NULL,
|
||||
poll_title VARCHAR(100) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE,
|
||||
poll_title VARCHAR(255) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE,
|
||||
poll_start INTEGER DEFAULT 0 NOT NULL,
|
||||
poll_length INTEGER DEFAULT 0 NOT NULL,
|
||||
poll_max_options INTEGER DEFAULT 1 NOT NULL,
|
||||
|
Reference in New Issue
Block a user