123456789101112131415161718 |
- # 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',
- ),
- ]
|