This repository has been archived on 2020-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
index/message/message/migrations/0002_auto_20190420_1345.py

18 lines
324 B
Python

# Generated by Django 2.2 on 2019-04-20 13:45
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('message', '0001_initial'),
]
operations = [
migrations.RenameModel(
old_name='Message',
new_name='MessageModel',
),
]