add the homepage_verified field to the profile table and the owner-view
This commit is contained in:
parent
028d823d96
commit
a98d321376
4 changed files with 52 additions and 47 deletions
|
@ -919,6 +919,7 @@
|
|||
"postal-code" => ["profile", "postal-code"],
|
||||
"country-name" => ["profile", "country-name"],
|
||||
"homepage" => ["profile", "homepage"],
|
||||
"homepage_verified" => ["profile", "homepage_verified"],
|
||||
"dob" => ["profile", "dob"],
|
||||
],
|
||||
"query" => "FROM `user`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue