blob: 64c52487765674af41064df2ca4bb0d02386879b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Generated by Django 4.0.2 on 2022-02-14 08:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('sightings', '0013_fieldnote_sighting_location'),
]
operations = [
migrations.RenameField(
model_name='ap',
old_name='image',
new_name='featured_image',
),
]
|