mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Missing semi-colon in schema file.
git-svn-id: file:///svn/phpbb/trunk@3070 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -237,7 +237,7 @@ CREATE TABLE phpbb_moderator_cache (
|
||||
display_on_index tinyint(4) NOT NULL default '1',
|
||||
KEY display_on_index (display_on_index),
|
||||
KEY forum_id (forum_id)
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
# --------------------------------------------------------
|
||||
@@ -245,7 +245,7 @@ CREATE TABLE phpbb_moderator_cache (
|
||||
# Table structure for table 'phpbb_vote_results'
|
||||
#
|
||||
CREATE TABLE phpbb_poll_results (
|
||||
poll_option_id tinyint(4) UNSIGNED NOT NULL DEFAULT '0',
|
||||
poll_option_id tinyint(4) unsigned NOT NULL DEFAULT '0',
|
||||
topic_id mediumint(8) UNSIGNED NOT NULL,
|
||||
poll_option_text varchar(255) NOT NULL,
|
||||
poll_option_total mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
|
||||
|
Reference in New Issue
Block a user