Skip to content

Commit

Permalink
Dev: Smaller varchar for Cint url in db (MySQL index upper limit met)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 12, 2016
1 parent 2fd2a87 commit a98e79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/plugins/CintLink/CintLink.php
Expand Up @@ -93,7 +93,7 @@ protected function createDatabase()
try
{
$aFields = array(
'url' => 'string primary key',
'url' => 'string(127) primary key',
'sid' => 'int', // Survey id
'raw' => 'text', // Order xml
'country' => 'string(63)',
Expand Down

0 comments on commit a98e79d

Please sign in to comment.