fix dependency name in servcomp migration
authorScott Baker <smbaker@gmail.com>
Mon, 17 Nov 2014 19:14:54 +0000 (11:14 -0800)
committerScott Baker <smbaker@gmail.com>
Mon, 17 Nov 2014 19:14:54 +0000 (11:14 -0800)
planetstack/servcomp/migrations/0001_initial.py

index 9a6360a..f7fd1ea 100644 (file)
@@ -8,7 +8,7 @@ import django.utils.timezone
 class Migration(migrations.Migration):
 
     dependencies = [
-        ('core', '0005_auto_20141107_0245'),
+        ('core', '0005_network_ports'),
     ]
 
     operations = [