We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d718a9 commit e25d3dcCopy full SHA for e25d3dc
1 file changed
carepoint/models/cph/image_data.py
@@ -18,11 +18,11 @@ class ImageData(Carepoint.BASE):
18
19
image_id = Column(
20
Integer,
21
- # Column is not actually a primary key in DB.
22
- primary_key=True,
23
)
24
image_type_cn = Column(
25
+ # Column is not actually a primary key in DB.
+ primary_key=True,
26
27
related_id = Column(
28
0 commit comments