v0.17.11
·
185 commits
to master
since this release
- Changes made to the database and go-api-bindings[#420]#420
- New field to be added to the RUNS table.
- name: detectors
- type: SET
- ALTER TABLE runs ADD detectors SET('CPV', 'EMC', 'FDD', 'FT0', 'FV0', 'HMP', 'ITS', 'MCH', 'MFT', 'MID', 'PHS', 'TOF', 'TPC', 'TRD', 'TST', 'ZDC');
- ALTER TABLE runs modify detectors SET('CPV', 'EMC', 'FDD', 'FT0', 'FV0', 'HMP', 'ITS', 'MCH', 'MFT', 'MID', 'PHS', 'TOF', 'TPC', 'TRD', 'TST', 'ZDC');
- type: SET
- name: detectors
- New field to be added to the RUNS table.