Skip to content

Commit 3590785

Browse files
committed
revert change to last_trans_id length in InstallSchema, move to Upgrade Schema
1 parent 172ecf6 commit 3590785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Setup/InstallSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
20072007
)->addColumn(
20082008
'last_trans_id',
20092009
\Magento\Framework\DB\Ddl\Table::TYPE_TEXT,
2010-
255,
2010+
32,
20112011
[],
20122012
'Last Trans Id'
20132013
)->addColumn(

0 commit comments

Comments
 (0)