Skip to content

Commit

Permalink
add whitelist for expires_at on user table (magento#22833)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfolco committed May 11, 2019
1 parent 70821f0 commit b17c54d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/Magento/User/etc/db_schema_whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"interface_locale": true,
"failures_num": true,
"first_failure": true,
"lock_expires": true
"lock_expires": true,
"expires_at": true
},
"constraint": {
"PRIMARY": true,
Expand Down

0 comments on commit b17c54d

Please sign in to comment.