pub fn version_add_entity( conn: &Connection, version_id: i64, entity_id: i64, ) -> Result<()>
Add an entity to a version (set the bit in its validity bitstring).