You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The date of birth of a user must also be stored as a DateString birthdate_datetime. If no date has been specified, this string should be empty models/profile.
This allows us to better sort and filter by date of birth.
To set birthdate_datetime for the existing profiles, an update must be carried out. dao/updates
The filters and sorting for users must be extended by birthdate_datetime. models/user
The date of birth of a user must also be stored as a DateString
birthdate_datetime
. If no date has been specified, this string should be empty models/profile.This allows us to better sort and filter by date of birth.
To set
birthdate_datetime
for the existing profiles, an update must be carried out. dao/updatesThe filters and sorting for users must be extended by
birthdate_datetime
. models/userWekan
The text was updated successfully, but these errors were encountered: