We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca5309 commit fa1f103Copy full SHA for fa1f103
app/code/Magento/User/etc/db_schema.xml
@@ -36,7 +36,9 @@
36
default="0" comment="Failure Number"/>
37
<column xsi:type="timestamp" name="first_failure" on_update="false" nullable="true" comment="First Failure"/>
38
<column xsi:type="timestamp" name="lock_expires" on_update="false" nullable="true"
39
- comment="Expiration Lock Dates"/>
+ comment="Expiration Lock Date"/>
40
+ <column xsi:type="timestamp" name="expires_at" on_update="false" nullable="true"
41
+ comment="User Expiration Date"/>
42
<constraint xsi:type="primary" referenceId="PRIMARY">
43
<column name="user_id"/>
44
</constraint>
0 commit comments