AllenCellModeling / datasetdatabase

Modeling DB Schema, Creation, and IO
Other
1 stars 0 forks source link

Rewrite the ingest function to handle groups #6

Closed evamaxfield closed 6 years ago

evamaxfield commented 6 years ago

Underlying schema of the database has changed to include the Group table, as well as it's junction to the other objects. Because of this the ingest function needs to be updated to not only handle the schema changes but to additionally handle the new Dataset and DatasetInfo objects.

evamaxfield commented 6 years ago

Completed. Group items now have a label attachment that functions like the prior Iota -> GroupId relationship.