|
@@ -0,0 +1,19 @@
|
|
|
+# -*- coding: utf-8 -*-
|
|
|
+# Generated by Django 1.11 on 2017-06-08 21:16
|
|
|
+from __future__ import unicode_literals
|
|
|
+
|
|
|
+from django.db import migrations
|
|
|
+
|
|
|
+
|
|
|
+class Migration(migrations.Migration):
|
|
|
+
|
|
|
+ dependencies = [
|
|
|
+ ('services', '0027_auto_20170607_2356'),
|
|
|
+ ]
|
|
|
+
|
|
|
+ operations = [
|
|
|
+ migrations.AlterModelOptions(
|
|
|
+ name='ipprefix',
|
|
|
+ options={'ordering': ['prefix']},
|
|
|
+ ),
|
|
|
+ ]
|