ispyb / ispyb-database-modeling

4 stars 3 forks source link

Add preferredDataCentre to BeamLineSetup #67

Open stufisher opened 3 years ago

stufisher commented 3 years ago

We would like to record the preferredDataCentre for each beamline so that specific beamlines can send their processing jobs to different clusters.

ALTER TABLE `BeamLineSetup`
    ADD `preferredDataCentre` VARCHAR(30) NULL DEFAULT NULL COMMENT 'Relevant datacentre to use to process data from this beamline';

https://github.com/DiamondLightSource/ispyb-database/pull/62