diff --git a/server/migrations/0008_auto_20150811_1001.py b/server/migrations/0008_auto_20150811_1001.py new file mode 100644 index 00000000..435a7695 --- /dev/null +++ b/server/migrations/0008_auto_20150811_1001.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from django.db import models, migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('server', '0007_auto_20150811_0813'), + ] + + operations = [ + migrations.AlterField( + model_name='plugin', + name='name', + field=models.CharField(unique=True, max_length=255), + ), + ] \ No newline at end of file