19 lines
370 B
Python
19 lines
370 B
Python
|
# 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',
|
||
|
),
|
||
|
]
|