Skip to content

Commit

Permalink
Fix accidental change causing dangling migrations (#3311)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Nov 6, 2023
1 parent b2a3970 commit eb0e906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api/models/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class MatureImage(AbstractMatureMedia):
db_constraint=False,
db_column="identifier",
related_name="mature_image",
help_text="The reference to the mature image.",
help_text="The reference to the sensitive image.",
)


Expand Down

0 comments on commit eb0e906

Please sign in to comment.