1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +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:
James Atkinson
2002-11-20 16:24:38 +00:00
parent e0ea770c40
commit 70e6af55a8

View File

@@ -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',