More SSH management.
[cas.git] / src / ssh_keys / migrations / 0005_auto_20190401_0938.py
1 # Generated by Django 2.1.7 on 2019-04-01 09:38
2
3 from django.db import migrations
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ('ssh_keys', '0004_sshkey_last_seen_at'),
10     ]
11
12     operations = [
13         migrations.AlterUniqueTogether(
14             name='sshkey',
15             unique_together={('algorithm', 'bit_length', 'md5_hash')},
16         ),
17     ]