Adding in the delete api and the delete and create UI.
This commit is contained in:
parent
43063272bb
commit
97d644d95d
12 changed files with 277 additions and 12 deletions
|
@ -776,6 +776,7 @@ class LogEntry(BaseModel):
|
|||
|
||||
class Messages(BaseModel):
|
||||
content = TextField()
|
||||
uuid = CharField(default=uuid_generator, index=True)
|
||||
|
||||
class RepositoryActionCount(BaseModel):
|
||||
repository = ForeignKeyField(Repository)
|
||||
|
|
Reference in a new issue