mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Add UI views for custom links
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# Generated by Django 3.2.4 on 2021-06-23 17:37
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -20,4 +18,14 @@ class Migration(migrations.Migration):
|
||||
name='last_updated',
|
||||
field=models.DateTimeField(auto_now=True, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='customlink',
|
||||
name='created',
|
||||
field=models.DateField(auto_now_add=True, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='customlink',
|
||||
name='last_updated',
|
||||
field=models.DateTimeField(auto_now=True, null=True),
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user