mother fucking sensors
This commit is contained in:
parent
98794751d0
commit
789640998a
8 changed files with 902 additions and 5 deletions
18
src/c3nav/mapdata/migrations/0139_add_last_pull_time.py
Normal file
18
src/c3nav/mapdata/migrations/0139_add_last_pull_time.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 5.1.5 on 2025-08-02 06:06
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('mapdata', '0138_rangingbeacon_max_observed_num_clients_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='dataoverlay',
|
||||
name='last_pull_time',
|
||||
field=models.DateTimeField(blank=True, null=True, verbose_name='last pull time'),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue