mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 06:20:16 +02:00
Update models.py
Backwards compatibility
This commit is contained in:
parent
8207c6378b
commit
9ab646a44f
@ -27,7 +27,7 @@ class HRApplication(models.Model):
|
||||
|
||||
|
||||
class HRApplicationComment(models.Model):
|
||||
created_on = models.DateTimeField(auto_now_add=True)
|
||||
created_on = models.DateTimeField(auto_now_add=True, null=True)
|
||||
comment = models.CharField(max_length=254, default="")
|
||||
application = models.ForeignKey(HRApplication)
|
||||
commenter_user = models.ForeignKey(User)
|
||||
|
Loading…
x
Reference in New Issue
Block a user