1 # Generated by Django 2.1.7 on 2019-04-01 09:38
3 from django.db import migrations
6 class Migration(migrations.Migration):
9 ('ssh_keys', '0004_sshkey_last_seen_at'),
13 migrations.AlterUniqueTogether(
15 unique_together={('algorithm', 'bit_length', 'md5_hash')},