Skip to content

Commit 470eaff

Browse files
MC-36219: Incorrect order created date in shipment grid table.
1 parent 97191ce commit 470eaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@
769769
<column xsi:type="varchar" name="order_increment_id" nullable="false" length="32" comment="Order Increment ID"/>
770770
<column xsi:type="int" name="order_id" unsigned="true" nullable="false" identity="false"
771771
comment="Order ID"/>
772-
<column xsi:type="timestamp" name="order_created_at" on_update="true" nullable="false"
772+
<column xsi:type="timestamp" name="order_created_at" on_update="false" nullable="false"
773773
default="CURRENT_TIMESTAMP" comment="Order Increment ID"/>
774774
<column xsi:type="varchar" name="customer_name" nullable="false" length="128" comment="Customer Name"/>
775775
<column xsi:type="decimal" name="total_qty" scale="4" precision="12" unsigned="false" nullable="true"

0 commit comments

Comments
 (0)