mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-05 14:56:24 -06:00
Add last_used to Token model and update when used
This commit is contained in:
@@ -203,6 +203,10 @@ class Token(models.Model):
|
||||
blank=True,
|
||||
null=True
|
||||
)
|
||||
last_used = models.DateTimeField(
|
||||
blank=True,
|
||||
null=True
|
||||
)
|
||||
key = models.CharField(
|
||||
max_length=40,
|
||||
unique=True,
|
||||
|
||||
Reference in New Issue
Block a user