Skip to content

Commit 118596b

Browse files
author
valdislav
committed
MAGETWO-36882: Stabilizing branch
1 parent 346b71a commit 118596b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
147147
'customer_id',
148148
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER,
149149
null,
150-
['unsigned' => true, 'default' => '0'],
150+
['unsigned' => true],
151151
'Customer Id'
152152
)->addColumn(
153153
'customer_tax_class_id',
154154
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER,
155155
null,
156-
['unsigned' => true, 'default' => '0'],
156+
['unsigned' => true],
157157
'Customer Tax Class Id'
158158
)->addColumn(
159159
'customer_group_id',

0 commit comments

Comments
 (0)