Shuffle commits around to fix audit log ordering
This commit is contained in:
@@ -17,7 +17,6 @@ class Project(Base, mixins.TimestampsMixin, mixins.AuditableMixin):
|
||||
workspace = relationship("Workspace")
|
||||
environments = relationship("Environment", back_populates="project")
|
||||
|
||||
|
||||
@property
|
||||
def displayname(self):
|
||||
return self.name
|
||||
|
Reference in New Issue
Block a user