mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-23 12:24:37 +02:00
pending_changes migration
This commit is contained in:
parent
6a2648ddf7
commit
d5edc5bb2e
3 changed files with 20 additions and 1 deletions
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 5.0.1 on 2024-02-16 17:15
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('wireguard', '0004_wireguardinstance_public_key'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='wireguardinstance',
|
||||
name='pending_changes',
|
||||
field=models.BooleanField(default=True),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue