Skip to content

Commit bf5a270

Browse files
authored
ENGCOM-3757: increase length of sequence_table column in sales_sequence_meta table #17387
2 parents 3af7896 + 50a5c12 commit bf5a270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<column xsi:type="varchar" name="entity_type" nullable="false" length="32" comment="Prefix"/>
4242
<column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false"
4343
comment="Store Id"/>
44-
<column xsi:type="varchar" name="sequence_table" nullable="false" length="32" comment="table for sequence"/>
44+
<column xsi:type="varchar" name="sequence_table" nullable="false" length="64" comment="table for sequence"/>
4545
<constraint xsi:type="primary" referenceId="PRIMARY">
4646
<column name="meta_id"/>
4747
</constraint>

0 commit comments

Comments
 (0)