sc-tech-task: rename `name` to `contactId` in all relevant protocol store tables
-
nameis what the field is called onSignalProtocolAddress. (it is the equivalent to theidentifierfield on aSignalServiceEnvelopewhich is ambiguous between a UUID or an e164 phone number, preferring the former, but falling back to the latter if none is available) - in general,
nameis a very confusing variable name! - in the context of a protocol store, where we have an
accountId, it would make the most sense to rename this fieldcontactId(rather thanname) - so: let's do it before we move a whole bunch of data around into a new schema!