Skip to content

Commit

Permalink
Replace "COLLATE utf8_bin" with "BINARY".
Browse files Browse the repository at this point in the history
  • Loading branch information
doishub committed Nov 21, 2022
1 parent 5b16412 commit efe29cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_real_estate.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
(
array('tl_real_estate', 'generateAlias')
),
'sql' => "varchar(255) COLLATE utf8_bin NOT NULL default ''"
'sql' => "varchar(255) BINARY NOT NULL default ''"
),
'provider' => array
(
Expand Down

0 comments on commit efe29cb

Please sign in to comment.