Skip to content

Commit 5fb051b

Browse files
author
Roman Lytvynenko
committed
MC-36227: Page builder content is getting cropped.
1 parent c505db2 commit 5fb051b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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="mediumtext" name="value" nullable="false" comment="Attribute Value"/>
208+
<column xsi:type="text" 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)