Skip to content

Commit 50a5c12

Browse files
ENGCOM-3757: increase length of sequence_table column in sales_sequence_meta table #17387
- Merge Pull Request #17387 from jhruehl/magento2:patch-1 - Merged commits: 1. 36f5b5c
2 parents cd1bcb6 + 36f5b5c commit 50a5c12

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)