Skip to content

Commit bbff915

Browse files
author
Alexandra Nantel
committed
Remote SQL collate and charset definitions.
1 parent e041677 commit bbff915

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

extension.driver.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,6 @@ protected function createPageTable()
773773
return Symphony::Database()
774774
->create('tbl_cachelite_references')
775775
->ifNotExists()
776-
->charset('utf8')
777-
->collate('utf8_unicode_ci')
778776
->fields([
779777
'page' => 'char(128)',
780778
'section_id' => [
@@ -812,8 +810,6 @@ protected function createInvalidTable()
812810
return Symphony::Database()
813811
->create('tbl_cachelite_invalid')
814812
->ifNotExists()
815-
->charset('utf8')
816-
->collate('utf8_unicode_ci')
817813
->fields([
818814
'section_id' => [
819815
'type' => 'int(11)',

0 commit comments

Comments
 (0)