We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e041677 commit bbff915Copy full SHA for bbff915
extension.driver.php
@@ -773,8 +773,6 @@ protected function createPageTable()
773
return Symphony::Database()
774
->create('tbl_cachelite_references')
775
->ifNotExists()
776
- ->charset('utf8')
777
- ->collate('utf8_unicode_ci')
778
->fields([
779
'page' => 'char(128)',
780
'section_id' => [
@@ -812,8 +810,6 @@ protected function createInvalidTable()
812
810
813
811
->create('tbl_cachelite_invalid')
814
815
816
817
818
819
'type' => 'int(11)',
0 commit comments