18 lines
335 B
Python
18 lines
335 B
Python
# Generated by Django 3.2.9 on 2025-08-29 09:27
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('rog', '0005_fix_field_mappings'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='gpscheckin',
|
|
name='image_address',
|
|
),
|
|
]
|