gault-millau/apps/comment/migrations/0005_remove_comment_country.py
2019-11-12 16:19:03 +03:00

18 lines
326 B
Python

# Generated by Django 2.2.7 on 2019-11-12 13:17
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('comment', '0004_comment_old_id'),
]
operations = [
migrations.RemoveField(
model_name='comment',
name='country',
),
]