Files

15 lines
309 B
Python
Raw Permalink Normal View History

2026-05-11 03:27:21 +03:30
# Generated by Django 5.1.15 on 2026-03-27 08:40
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('location_data', '0002_soillocation_ideal_sensor_profile'),
('location_data', '0004_soillocation_farm_boundary'),
]
operations = [
]