mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-15 13:36:18 +00:00
update policy_type choices
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.12 on 2026-03-13 20:44
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app_gateway', '0005_alter_applicationroute_order'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='accesspolicy',
|
||||
name='policy_type',
|
||||
field=models.CharField(choices=[('public', 'Public'), ('protected', 'Protected'), ('deny', 'Deny')], max_length=32),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user