The sub_id column in the carriers should be an INTEGER instead of a LONG

Recently the definition of subId was changed from a long to an int. Here's
a place that still needs the change. Note that this won't "fix" existing
carrier tables and change the column from a LONG to an INTEGER.
This change will only affect new installations.

Change-Id: I6465aa37d41a237bc6fa870bb601db1ddf63e9d9
1 file changed