Allow adding an internal comment on a request
This commit is contained in:
@@ -14,3 +14,4 @@ class RequestInternalComment(Base, mixins.TimestampsMixin):
|
||||
user = relationship("User")
|
||||
|
||||
request_id = Column(ForeignKey("requests.id", ondelete="CASCADE"), nullable=False)
|
||||
request = relationship("Request")
|
||||
|
Reference in New Issue
Block a user