Skip to content

Commit

Permalink
Fixed issue: Faulty engine type on table creation
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9096 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Aug 30, 2010
1 parent 0a23e2b commit 19649f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions admin/install/create-mysql.sql
Expand Up @@ -242,8 +242,7 @@ CREATE TABLE `prefix_surveys_languagesettings` (
`surveyls_dateformat` INT UNSIGNED NOT NULL DEFAULT 1,

PRIMARY KEY (`surveyls_survey_id`, `surveyls_language`)
)
TYPE = $databasetabletype CHARACTER SET utf8 COLLATE utf8_unicode_ci;
) ENGINE = $databasetabletype CHARACTER SET utf8 COLLATE utf8_unicode_ci;



Expand Down

0 comments on commit 19649f6

Please sign in to comment.