fobToHV Database table request

Under:

fobToHV
1) Variables and update frequency:
```
octet fob; /* fob 1-96 */
octet cable; /* HV cable 1 - 32 */
octet board; /* HV board 0 - 2 */
octet channel; /* HV channel on board 1 - 11 */
```

Update frequency:
A few times per year. In 2022 it has changed twice so far.

2) idl structure
```
/* fobToHV.idl
*
* Table: fobToHV
*
* description: // sTGC (ftt) map from FOB to HV
*
*/

struct fobToHV {
    octet fob[96]; /* fob 1-96 */
    octet cable[96]; /* HV cable 1 - 32 */
    octet board[96]; /* HV board 0 - 2 */
    octet channel[96]; /* HV channel on board 1 - 11 */
};
```
3) non-indexed, update entire database each time.
4) size of structure: 384
5) jdb