patt/migrations/0006_auto_20191006_1824.py

19 lines
370 B
Python
Raw Normal View History

2020-01-26 21:04:45 +01:00
# Generated by Django 2.2.5 on 2019-10-06 18:24
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('patt', '0005_project_creation_date'),
]
operations = [
migrations.RenameField(
model_name='comment',
old_name='description',
new_name='comment',
),
]