Make IP address field optional for UPS host
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0.6 on 2026-05-18 05:30
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ups_manager', '0004_maintenancerecord_maintenance_type'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='upshost',
|
||||
name='ip_address',
|
||||
field=models.CharField(blank=True, max_length=50, null=True, verbose_name='IP地址'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user