Add migration files 0001-0007 and update .gitignore
This commit is contained in:
17
rog/migrations/0006_remove_image_address.py
Normal file
17
rog/migrations/0006_remove_image_address.py
Normal file
@ -0,0 +1,17 @@
|
||||
# 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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user