1234567891011121314151617181920 |
- # -*- coding: utf-8 -*-
- # Generated by Django 1.10.3 on 2016-12-31 21:13
- from __future__ import unicode_literals
- from django.db import migrations
- class Migration(migrations.Migration):
- dependencies = [
- ('mediaconvert', '0008_auto_20161231_1803'),
- ]
- operations = [
- migrations.RenameModel(
- old_name='Stream',
- new_name='MediaStream',
- ),
- ]
|