Skip to content

Commit 72bdfe9

Browse files
author
Code Slicer
authored
hotfix: database compatibility with older Magento 2.3 releases
1 parent df445ec commit 72bdfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/db_schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<column name="message_id" xsi:type="int" unsigned="true" nullable="false" identity="true"/>
66
<column name="job_class" xsi:type="varchar" nullable="false"/>
77
<column name="target" xsi:type="varchar" nullable="true"/>
8-
<column name="additional_data" xsi:type="json" nullable="true"/>
8+
<column name="additional_data" xsi:type="text" nullable="true"/>
99
<constraint xsi:type="primary" referenceId="PRIMARY">
1010
<column name="message_id"/>
1111
</constraint>

0 commit comments

Comments
 (0)