blob: 09d0deaec1fe1c54798ce3faf4bf0f3a3d4efdf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Generated by Django 3.1 on 2020-10-27 21:02
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('jrnl', '0050_auto_20191206_0741'),
]
operations = [
migrations.RenameField(
model_name='entry',
old_name='field_notes',
new_name='old_field_notes',
),
]
|