mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-04-19 08:55:12 +00:00
18 lines
347 B
Python
18 lines
347 B
Python
# Generated by Django 5.0.1 on 2024-02-17 17:21
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('wireguard', '0006_peerstatus'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='wireguardinstance',
|
|
name='persistent_keepalive',
|
|
),
|
|
]
|