mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-21 11:24:23 +02:00
Backup diff view
This commit is contained in:
parent
c5ec5c0944
commit
7ae6340b02
10 changed files with 341 additions and 3 deletions
18
backup_data/migrations/0004_routerbackup_backup_text_hash.py
Normal file
18
backup_data/migrations/0004_routerbackup_backup_text_hash.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 5.0.3 on 2024-03-28 16:47
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('backup_data', '0003_routerbackup_config_change_detected'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='routerbackup',
|
||||
name='backup_text_hash',
|
||||
field=models.CharField(blank=True, max_length=64),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue