Skip to content

Commit

Permalink
Fixed issue: On installation InnoDB is used instead of MyISAM for dat…
Browse files Browse the repository at this point in the history
…abase tables
  • Loading branch information
c-schmitz committed Feb 18, 2022
1 parent 35f98f6 commit 756f600
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions installer/create-database.php
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,6 @@ function populateDatabase($oDB)
'datecreated' => "datetime",
'showsurveypolicynotice' => 'integer DEFAULT 0',
'publicstatistics' => "string(1) NOT NULL default 'N'",
// LimeService Mod start
'showdatapolicybutton' => 'integer DEFAULT 0',
'showlegalnoticebutton' => 'integer DEFAULT 0',
// LimeService Mod end
'publicgraphs' => "string(1) NOT NULL default 'N'",
'listpublic' => "string(1) NOT NULL default 'N'",
'htmlemail' => "string(1) NOT NULL default 'Y'",
Expand Down Expand Up @@ -859,9 +855,6 @@ function populateDatabase($oDB)
'surveyls_policy_notice' => "mediumtext NULL",
'surveyls_policy_error' => "text NULL",
'surveyls_policy_notice_label' => 'string(192) NULL',
// LimeService Mod start
'surveyls_legal_notice' => 'text NULL',
// LimeService Mod end
'surveyls_url' => "text NULL",
'surveyls_urldescription' => "string(255) NULL",
'surveyls_email_invite_subj' => "string(255) NULL",
Expand Down

0 comments on commit 756f600

Please sign in to comment.