TEXT → BYTEA conversion for columns that represent VCS tags/branches
The following columns in the SQL data model are currently represented as TEXT data types, but should actually be BYTEA, because in general we cannot be sure about the character encoding:
- occurrence_history.branch
- occurrence.branch
- release.name
Migrated from T270 (view on Phabricator)