More SSH management.
[cas.git] / src / ssh_keys / migrations / 0005_auto_20190401_0938.py
diff --git a/src/ssh_keys/migrations/0005_auto_20190401_0938.py b/src/ssh_keys/migrations/0005_auto_20190401_0938.py
new file mode 100644 (file)
index 0000000..b602dcf
--- /dev/null
@@ -0,0 +1,17 @@
+# Generated by Django 2.1.7 on 2019-04-01 09:38
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('ssh_keys', '0004_sshkey_last_seen_at'),
+    ]
+
+    operations = [
+        migrations.AlterUniqueTogether(
+            name='sshkey',
+            unique_together={('algorithm', 'bit_length', 'md5_hash')},
+        ),
+    ]