The cool kids store birthdays in unix time
This commit is contained in:
parent
300e055933
commit
d6cae5862d
1 changed files with 2 additions and 1 deletions
|
|
@ -496,9 +496,10 @@ module DataConversion
|
|||
#{load_string("profiles")}
|
||||
#{infile_opts}
|
||||
(@image_url_medium,@searchable,@image_url,person_mongo_id,
|
||||
@gender,@diaspora_handle,birthday,@last_name,@bio,
|
||||
@gender,@diaspora_handle,@birthday,@last_name,@bio,
|
||||
@image_url_small,@first_name)
|
||||
SET #{boolean_set("searchable")},
|
||||
#{unix_time("birthday")},
|
||||
#{nil_es("image_url_medium")},
|
||||
#{nil_es("image_url")},
|
||||
#{nil_es("gender")},
|
||||
|
|
|
|||
Loading…
Reference in a new issue