mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-02-20 03:36:16 +00:00
Remove schedule_last_calculated_at field from PeerScheduling model
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.2.11 on 2026-02-04 14:03
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('scheduler', '0002_alter_scheduleslot_profile'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='peerscheduling',
|
||||
name='schedule_last_calculated_at',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user