chore: added epoch in issue activity (#2187)

This commit is contained in:
Bavisetti Narayan 2023-09-19 19:46:57 +05:30 committed by GitHub
parent d603c1e8f0
commit a6a0eb9774
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 164 additions and 30 deletions

View file

@ -309,6 +309,7 @@ class IssueActivity(ProjectBaseModel):
)
old_identifier = models.UUIDField(null=True)
new_identifier = models.UUIDField(null=True)
epoch = models.FloatField(null=True)
class Meta:
verbose_name = "Issue Activity"