We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b754ef2 + e25d3dc commit 49ac2d7Copy full SHA for 49ac2d7
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