Skip to content

Commit 1e0b263

Browse files
committed
Need somewhere to record the ISPyB atlas ID
1 parent 82cb261 commit 1e0b263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/util/db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ class DataCollectionGroup(SQLModel, table=True): # type: ignore
360360
id: int = Field(primary_key=True, unique=True)
361361
session_id: int = Field(foreign_key="session.id", primary_key=True)
362362
tag: str = Field(primary_key=True)
363+
atlas_id: Optional[int] = None
363364
atlas: str = ""
364365
sample: Optional[int] = None
365366
session: Optional[Session] = Relationship(back_populates="data_collection_groups")

0 commit comments

Comments
 (0)