Skip to content

Commit b14022f

Browse files
author
Roman Lytvynenko
committed
MC-36227: Page builder content is getting cropped.
1 parent 31b939f commit b14022f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Catalog/etc/db_schema.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
default="0" comment="Store ID"/>
155155
<column xsi:type="int" name="entity_id" unsigned="true" nullable="false" identity="false"
156156
default="0" comment="Entity ID"/>
157-
<column xsi:type="text" name="value" nullable="true" comment="Value"/>
157+
<column xsi:type="mediumtext" name="value" nullable="true" comment="Value"/>
158158
<constraint xsi:type="primary" referenceId="PRIMARY">
159159
<column name="value_id"/>
160160
</constraint>
@@ -408,7 +408,7 @@
408408
default="0" comment="Store ID"/>
409409
<column xsi:type="int" name="entity_id" unsigned="true" nullable="false" identity="false"
410410
default="0" comment="Entity ID"/>
411-
<column xsi:type="text" name="value" nullable="true" comment="Value"/>
411+
<column xsi:type="mediumtext" name="value" nullable="true" comment="Value"/>
412412
<constraint xsi:type="primary" referenceId="PRIMARY">
413413
<column name="value_id"/>
414414
</constraint>

app/code/Magento/Eav/etc/db_schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
default="0" comment="Store ID"/>
206206
<column xsi:type="int" name="entity_id" unsigned="true" nullable="false" identity="false"
207207
default="0" comment="Entity ID"/>
208-
<column xsi:type="text" name="value" nullable="false" comment="Attribute Value"/>
208+
<column xsi:type="mediumtext" name="value" nullable="false" comment="Attribute Value"/>
209209
<constraint xsi:type="primary" referenceId="PRIMARY">
210210
<column name="value_id"/>
211211
</constraint>

0 commit comments

Comments
 (0)