Skip to content

Commit fa1f103

Browse files
committed
Create new database table "expires at"
1 parent 8ca5309 commit fa1f103

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
default="0" comment="Failure Number"/>
3737
<column xsi:type="timestamp" name="first_failure" on_update="false" nullable="true" comment="First Failure"/>
3838
<column xsi:type="timestamp" name="lock_expires" on_update="false" nullable="true"
39-
comment="Expiration Lock Dates"/>
39+
comment="Expiration Lock Date"/>
40+
<column xsi:type="timestamp" name="expires_at" on_update="false" nullable="true"
41+
comment="User Expiration Date"/>
4042
<constraint xsi:type="primary" referenceId="PRIMARY">
4143
<column name="user_id"/>
4244
</constraint>

0 commit comments

Comments
 (0)