[Models] Index outdated, extend guid to 200 chars
[mygpo.git] / mygpo / podcasts / migrations / 0007_auto_20140614_0846.py
blob414dda3b206e306532eeedd7d79a536a4b3fc19d
1 # encoding: utf8
2 from __future__ import unicode_literals
4 from django.db import models, migrations
7 class Migration(migrations.Migration):
9 dependencies = [
10 ('podcasts', '0006_auto_20140614_0836'),
13 operations = [
14 migrations.AlterField(
15 model_name='episode',
16 name='guid',
17 field=models.CharField(max_length=200, null=True),