Skip to content

Commit e965f0c

Browse files
committed
Resolved issue coupon codes don't work anymore #18183
1 parent 19fcb92 commit e965f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
comment="Usage Per Customer"/>
6969
<column xsi:type="int" name="times_used" padding="10" unsigned="true" nullable="false" identity="false"
7070
default="0" comment="Times Used"/>
71-
<column xsi:type="timestamp" name="expiration_date" on_update="false" nullable="true"
71+
<column xsi:type="datetime" name="expiration_date" on_update="false" nullable="true"
7272
comment="Expiration Date"/>
7373
<column xsi:type="smallint" name="is_primary" padding="5" unsigned="true" nullable="true" identity="false"
7474
comment="Is Primary"/>

0 commit comments

Comments
 (0)