Skip to content

Commit e4abd7c

Browse files
committed
MAGETWO-54492: [GitHub] data-migration-tool converts utf8 characters to ? #96
1 parent e08afa1 commit e4abd7c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+140
-11
lines changed

etc/ce-to-ce/1.6.0.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.6.0.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.6.1.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.6.1.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.6.2.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.6.2.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.7.0.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.7.0.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.7.0.1/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.7.0.1</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.7.0.2/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.7.0.2</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.8.0.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.8.0.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.8.1.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.8.1.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.9.0.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.9.0.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.9.0.1/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.9.0.1</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.9.1.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.9.1.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.9.1.1/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.9.1.1</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.9.2.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.9.2.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.9.2.1/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.9.2.1</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.9.2.2/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.9.2.2</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.9.2.3/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.9.2.3</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ce/1.9.2.4/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ce</edition_migrate>
136136
<edition_number>1.9.2.4</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.6.0.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.6.0.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.6.1.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.6.1.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.6.2.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.6.2.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.7.0.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.7.0.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.7.0.1/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.7.0.1</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.7.0.2/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.7.0.2</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.8.0.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.8.0.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.8.1.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.8.1.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.9.0.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.9.0.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.9.0.1/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.9.0.1</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.9.1.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.9.1.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.9.1.1/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.9.1.1</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.9.2.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.9.2.0</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.9.2.1/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.9.2.1</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.9.2.2/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.9.2.2</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.9.2.3/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.9.2.3</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/ce-to-ee/1.9.2.4/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
135135
<edition_migrate>ce-to-ee</edition_migrate>
136136
<edition_number>1.9.2.4</edition_number>
137+
<init_statements_source>SET NAMES utf8;</init_statements_source>
138+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
137139
<crypt_key />
138140
</options>
139141
</config>

etc/config.xsd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@
100100
<xs:element name="upgrade_customer_password_hash" type="xs:string" maxOccurs="1"/>
101101
<xs:element name="crypt_key" type="xs:string" maxOccurs="1"/>
102102
<xs:element name="edition_migrate" type="xs:string" maxOccurs="1"/>
103+
<xs:element name="init_statements_source" type="xs:string" maxOccurs="1"/>
104+
<xs:element name="init_statements_destination" type="xs:string" maxOccurs="1"/>
103105
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
104106
</xs:choice>
105107
</xs:complexType>

etc/ee-to-ee/1.11.0.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@
154154
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
155155
<edition_migrate>ee-to-ee</edition_migrate>
156156
<edition_number>1.11.0.0</edition_number>
157+
<init_statements_source>SET NAMES utf8;</init_statements_source>
158+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
157159
<crypt_key />
158160
</options>
159161
</config>

etc/ee-to-ee/1.11.0.1/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@
154154
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
155155
<edition_migrate>ee-to-ee</edition_migrate>
156156
<edition_number>1.11.0.1</edition_number>
157+
<init_statements_source>SET NAMES utf8;</init_statements_source>
158+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
157159
<crypt_key />
158160
</options>
159161
</config>

etc/ee-to-ee/1.11.0.2/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@
154154
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
155155
<edition_migrate>ee-to-ee</edition_migrate>
156156
<edition_number>1.11.0.2</edition_number>
157+
<init_statements_source>SET NAMES utf8;</init_statements_source>
158+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
157159
<crypt_key />
158160
</options>
159161
</config>

etc/ee-to-ee/1.11.1.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@
154154
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
155155
<edition_migrate>ee-to-ee</edition_migrate>
156156
<edition_number>1.11.1.0</edition_number>
157+
<init_statements_source>SET NAMES utf8;</init_statements_source>
158+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
157159
<crypt_key />
158160
</options>
159161
</config>

etc/ee-to-ee/1.11.2.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@
154154
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
155155
<edition_migrate>ee-to-ee</edition_migrate>
156156
<edition_number>1.11.2.0</edition_number>
157+
<init_statements_source>SET NAMES utf8;</init_statements_source>
158+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
157159
<crypt_key />
158160
</options>
159161
</config>

etc/ee-to-ee/1.12.0.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@
154154
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
155155
<edition_migrate>ee-to-ee</edition_migrate>
156156
<edition_number>1.12.0.0</edition_number>
157+
<init_statements_source>SET NAMES utf8;</init_statements_source>
158+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
157159
<crypt_key />
158160
</options>
159161
</config>

etc/ee-to-ee/1.12.0.1/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@
154154
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
155155
<edition_migrate>ee-to-ee</edition_migrate>
156156
<edition_number>1.12.0.1</edition_number>
157+
<init_statements_source>SET NAMES utf8;</init_statements_source>
158+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
157159
<crypt_key />
158160
</options>
159161
</config>

etc/ee-to-ee/1.12.0.2/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@
154154
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
155155
<edition_migrate>ee-to-ee</edition_migrate>
156156
<edition_number>1.12.0.2</edition_number>
157+
<init_statements_source>SET NAMES utf8;</init_statements_source>
158+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
157159
<crypt_key />
158160
</options>
159161
</config>

etc/ee-to-ee/1.13.0.0/config.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@
154154
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
155155
<edition_migrate>ee-to-ee</edition_migrate>
156156
<edition_number>1.13.0.0</edition_number>
157+
<init_statements_source>SET NAMES utf8;</init_statements_source>
158+
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
157159
<crypt_key />
158160
</options>
159161
</config>

0 commit comments

Comments
 (0)