Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Prepare the system and database updater for using the binary field
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Sep 13, 2013
1 parent 02b7922 commit f787b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_calendar_events.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
'exclude' => true,
'inputType' => 'fileTree',
'eval' => array('filesOnly'=>true, 'extensions'=>$GLOBALS['TL_CONFIG']['validImageTypes'], 'fieldType'=>'radio', 'mandatory'=>true),
'sql' => "char(36) NULL"
'sql' => "binary(16) NULL"
),
'alt' => array
(
Expand Down

0 comments on commit f787b83

Please sign in to comment.