Skip to content

Commit

Permalink
Dev: fixed update helper for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Jul 23, 2018
1 parent f62a8b3 commit 7eadb92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/helpers/update/updatedb_helper.php
Expand Up @@ -2584,6 +2584,7 @@ function createSurveyMenuTable(CDbConnection $oDB)
'position' => "string(192) NOT NULL DEFAULT 'side'",
'description' => "text ",
'active' => "boolean NOT NULL DEFAULT '0'",
'showincollapse' => "boolean DEFAULT 0",
'changed_at' => "datetime",
'changed_by' => "integer NOT NULL DEFAULT '0'",
'created_at' => "datetime",
Expand Down Expand Up @@ -2621,6 +2622,7 @@ function createSurveyMenuTable(CDbConnection $oDB)
'getdatamethod' => "string(192) NOT NULL DEFAULT ''",
'language' => "string(32) NOT NULL DEFAULT 'en-GB'",
'active' => "boolean NOT NULL DEFAULT '0'",
'showincollapse' => "boolean DEFAULT 0",
'changed_at' => "datetime NULL",
'changed_by' => "integer NOT NULL DEFAULT '0'",
'created_at' => "datetime NULL",
Expand Down

0 comments on commit 7eadb92

Please sign in to comment.