Skip to content

Commit c06951d

Browse files
authored
LYNX-711 : Fixed different charsets between brand new install and update
1 parent ca83abc commit c06951d

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule1/fixture/declarative_installer

1 file changed

+1
-1
lines changed

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule1/fixture/declarative_installer/rollback.mysql829.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
'after' => [
2323
'store' => 'CREATE TABLE `store` (
24-
`store_owner` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT \'Store Owner Name\'
24+
`store_owner` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT \'Store Owner Name\'
2525
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci'
2626
]
2727
];

0 commit comments

Comments
 (0)