ispyb / ispyb-database-modeling

4 stars 3 forks source link

Add a userPath column to the DiffractionPlan table #62

Closed KarlLevik closed 3 years ago

KarlLevik commented 3 years ago

The DiffractionPlan table tells us how the user wants to collect the data. We need a way for users to specify the name of a path inside their visit / session folder that should hold the collected data files, so:


ALTER TABLE DiffractionPlan ADD userPath varchar(100) COMMENT 'User-specified relative "root" path inside the session directory to be used for holding collected data';```
KarlLevik commented 3 years ago

ISPyB dev. collaboration meeting 2020-09-09: We agreed I could go ahead and make a pull request for this.

KarlLevik commented 3 years ago

PR accepted.