Fixing some database integration errors
This commit is contained in:
parent
075e87089f
commit
4ae6e6efa9
3 changed files with 9 additions and 5 deletions
|
@ -774,7 +774,7 @@ class LogEntry(BaseModel):
|
|||
(('repository', 'datetime', 'kind'), False),
|
||||
)
|
||||
|
||||
class Message(BaseModel):
|
||||
class Messages(BaseModel):
|
||||
content = TextField()
|
||||
|
||||
class RepositoryActionCount(BaseModel):
|
||||
|
|
Reference in a new issue