X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/213ac837c03049f290b7f0035659641f9fa3411a..35548a2c9ae7efae920ec7c90addad272b5520c3:/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 index 0000000..b602dcf --- /dev/null +++ b/src/ssh_keys/migrations/0005_auto_20190401_0938.py @@ -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')}, + ), + ]