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 96faea7 commit 97f85b9Copy full SHA for 97f85b9
app/code/Magento/Security/etc/db_schema.xml
@@ -59,7 +59,7 @@
59
<table name="admin_user_expiration" resource="default" engine="innodb" comment="Admin User expiration dates table">
60
<column xsi:type="int" name="user_id" unsigned="true" nullable="false" identity="false"
61
comment="User ID"/>
62
- <column xsi:type="timestamp" name="expires_at" nullable="false" default="0" comment="User Expiration Date"/>
+ <column xsi:type="datetime" name="expires_at" nullable="false" default="0" comment="User Expiration Date"/>
63
<constraint xsi:type="primary" referenceId="PRIMARY">
64
<column name="user_id"/>
65
</constraint>
0 commit comments