mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-06-20 17:15:39 +02:00
18 lines
445 B
Python
18 lines
445 B
Python
# Generated by Django 5.2 on 2025-04-24 17:22
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('router_manager', '0017_alter_router_router_type_routerinformation'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='routerinformation',
|
|
name='cpu',
|
|
field=models.CharField(blank=True, max_length=100, null=True),
|
|
),
|
|
]
|