mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-01-09 09:26:18 +00:00
remove stats_sync_interval and stats_cache_interval from ClusterSettings model
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 5.2.9 on 2026-01-08 14:15
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cluster', '0013_alter_clustersettings_restart_mode_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='clustersettings',
|
||||
name='stats_cache_interval',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='clustersettings',
|
||||
name='stats_sync_interval',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user