This commit is contained in:
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.14 on 2025-04-11 11:05
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('custom_auth', '0007_customuser_url_mattermost_customuser_url_nexus'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='customuser',
|
||||
name='url_grafana_dashboard_01',
|
||||
field=models.URLField(blank=True, null=True),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user