Skip to content

Commit

Permalink
Changed feature: Extended firstname, lastname to 150 character and em…
Browse files Browse the repository at this point in the history
…ail fields to 254 character on token tables and participant database to match width. Also token attributes are now of type text

Dev Removed debug statement
  • Loading branch information
c-schmitz committed Nov 12, 2012
1 parent a5b15a6 commit 1da8f0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/helpers/update/updatedb_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,6 @@ function db_upgrade_all($oldversion) {

function upgradeTokenTables166()
{
debugbreak();
$sVarchar = Yii::app()->getConfig('varchar');
$oSchema=Yii::app()->db->schema;
$sDBDriverName=setsDBDriverName();
Expand Down

0 comments on commit 1da8f0c

Please sign in to comment.