mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-02 01:05:15 +02:00
Add db_patch_version field and update refresh interval default to 10
This commit is contained in:
parent
b7ae6f1421
commit
0c5b6727ff
3 changed files with 38 additions and 1 deletions
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 5.1.5 on 2025-02-25 12:21
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('wireguard', '0025_peer_sort_order'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='webadminsettings',
|
||||
name='db_patch_version',
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue