Skip to content

Commit

Permalink
moderation: rename link domains table
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 8, 2024
1 parent b7ecb9a commit 24ce52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/zenodo_rdm/moderation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class LinkDomainStatus(enum.Enum):
class LinkDomain(db.Model, Timestamp):
"""Link domain model."""

__tablename__ = "link_domains"
__tablename__ = "moderation_link_domains"

id = db.Column(db.Integer, primary_key=True)

Expand Down

0 comments on commit 24ce52f

Please sign in to comment.