Skip to content

Commit 0fff31d

Browse files
committed
MAGETWO-54787: [Github] Unable to place order after upgrade within online payment method with Payment Action = Sale
1 parent b110260 commit 0fff31d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ private function addColumnBaseGrandTotal(SchemaSetupInterface $installer)
7272
'base_grand_total',
7373
[
7474
'type' => \Magento\Framework\DB\Ddl\Table::TYPE_DECIMAL,
75-
'unsigned' => true,
7675
'nullable' => true,
7776
'length' => '12,4',
7877
'comment' => 'Base Grand Total',

0 commit comments

Comments
 (0)