Skip to content

Commit

Permalink
Revert "Dev: Remove conflicting column add (sendconfirmation already …
Browse files Browse the repository at this point in the history
…exists)"

This reverts commit cccd61e.
  • Loading branch information
olleharstedt committed Jul 21, 2017
1 parent f718b88 commit 5b8cefe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/update/updatedb_helper.php
Expand Up @@ -860,6 +860,7 @@ function db_upgrade_all($iOldDBVersion, $bSilent=false) {

addPrimaryKey('sessions', array('id'));
addColumn('{{surveys_languagesettings}}','surveyls_attributecaptions',"TEXT");
addColumn('{{surveys}}','sendconfirmation',"string(1) default 'Y'");

upgradeSurveys156();

Expand Down

0 comments on commit 5b8cefe

Please sign in to comment.