Skip to content

Commit

Permalink
22833 Create new database table "expires at"
Browse files Browse the repository at this point in the history
  • Loading branch information
avstudnitz committed May 11, 2019
1 parent 8ca5309 commit 451fae8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/code/Magento/User/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
default="0" comment="Failure Number"/>
<column xsi:type="timestamp" name="first_failure" on_update="false" nullable="true" comment="First Failure"/>
<column xsi:type="timestamp" name="lock_expires" on_update="false" nullable="true"
comment="Expiration Lock Dates"/>
comment="Expiration Lock Date"/>
<column xsi:type="timestamp" name="expires_at" on_update="false" nullable="true"
comment="User Expiration Date"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="user_id"/>
</constraint>
Expand Down

0 comments on commit 451fae8

Please sign in to comment.