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
Remove app_version Requirement for App Rating (#368)
After some field testing, we have noticed that app_version could be nullable.
So this PR is to drop that hard constraint against having the field be non
nullable. I would have liked to return NULL in the API however this would break
the current app so for now It just defaults to "" whenever it is NULL.
0 commit comments