Skip to content

Commit

Permalink
Merge pull request #39 from LasLabs/bugfix/SMD-319-rx_image
Browse files Browse the repository at this point in the history
[FIX] Switch superficial PKs on image_data
  • Loading branch information
lasley authored Sep 7, 2017
2 parents b754ef2 + e25d3dc commit 49ac2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions carepoint/models/cph/image_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ class ImageData(Carepoint.BASE):

image_id = Column(
Integer,
# Column is not actually a primary key in DB.
primary_key=True,
)
image_type_cn = Column(
Integer,
# Column is not actually a primary key in DB.
primary_key=True,
)
related_id = Column(
Integer,
Expand Down

0 comments on commit 49ac2d7

Please sign in to comment.