mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-01 13:54:23 +02:00
Router details
This commit is contained in:
parent
7d2cd9a7dd
commit
c5ec5c0944
8 changed files with 234 additions and 11 deletions
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 5.0.3 on 2024-03-28 14:19
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('backup_data', '0002_routerbackup_backup_binary_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='routerbackup',
|
||||
name='config_change_detected',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue