onix import/export
[wolnelektury.git] / src / isbn / migrations / 0002_auto_20180213_1617.py
diff --git a/src/isbn/migrations/0002_auto_20180213_1617.py b/src/isbn/migrations/0002_auto_20180213_1617.py
new file mode 100644 (file)
index 0000000..3cf11a4
--- /dev/null
@@ -0,0 +1,18 @@
+# -*- coding: utf-8 -*-
+from __future__ import unicode_literals
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('isbn', '0001_initial'),
+    ]
+
+    operations = [
+        migrations.AlterModelOptions(
+            name='onixrecord',
+            options={'ordering': ['isbn_pool__id', 'suffix']},
+        ),
+    ]