AllenNeuralDynamics / aind-metadata-service

Service to retrieve Labtracks/Sharepoint info using a REST API
MIT License
3 stars 1 forks source link

Handle sharepoint 2023 db schema changes #123

Closed dyf closed 11 months ago

dyf commented 1 year ago

From Rob:

For the 2023 database the fields below are now in number format. We ended up breaking out the D/V into 3 fields to account for multiple depths. Finally we now have the option for 6 burr holes so # can be 1-6.

Burr # Angle Burr # A/P Inj#volperdepth Burr # M/L Burr # D/V 1 Burr # D/V 2 Burr # D/V 3 Fiber Implant D/V

mekhlakapoor commented 1 year ago

data-schema changed so that dv and volumes to can hold list

mekhlakapoor commented 12 months ago