Skip to content

Commit b17c54d

Browse files
committed
add whitelist for expires_at on user table (#22833)
1 parent 70821f0 commit b17c54d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/User/etc/db_schema_whitelist.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"interface_locale": true,
2020
"failures_num": true,
2121
"first_failure": true,
22-
"lock_expires": true
22+
"lock_expires": true,
23+
"expires_at": true
2324
},
2425
"constraint": {
2526
"PRIMARY": true,

0 commit comments

Comments
 (0)