LORDCHANNEL2.0/SerieTV/migrations/0008_auto_20200808_2301.py

19 lines
385 B
Python

# Generated by Django 3.1 on 2020-08-08 21:01
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0004_profilo_colore_tema'),
('SerieTV', '0007_commentoanime'),
]
operations = [
migrations.RenameModel(
old_name='CommentoAnime',
new_name='CommentoSerieTV',
),
]