Cast in_visible_group field as an integer.

This is necessary to allow for queries using selection arguments
for this field to work, since we always bind these as strings
(and SQLite's type affinity won't kick in on function-based view
fields unless we explicitly cast them).

Bug 5118670

Change-Id: Ia4abe247547fbf482f187bf2db7f2df56fc9d601
1 file changed