V1.30.9 env settings fixes
This commit is contained in:
@@ -29,7 +29,7 @@ class NotificationHistory(models.Model):
|
||||
notification = models.ForeignKey(Notification, on_delete=models.CASCADE)
|
||||
customer = models.ForeignKey(Customer, on_delete=models.CASCADE)
|
||||
response = models.CharField(max_length=255)
|
||||
notification_date = models.DateField(blank=True, null=True)
|
||||
notification_date = models.DateTimeField(blank=True, null=True)
|
||||
|
||||
class Meta:
|
||||
db_table = 'notification_history'
|
||||
|
||||
Reference in New Issue
Block a user