mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-01-01 14:16:18 +00:00
Add choices constraint to cluster_mode in ClusterSettings model
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.9 on 2025-12-29 20:00
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cluster', '0003_workerstatus_wireguard_status'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='clustersettings',
|
||||
name='cluster_mode',
|
||||
field=models.CharField(choices=[('mirror', 'Mirror')], default='mirror', max_length=16),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user