Skip to content
Snippets Groups Projects
Commit e499f070 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Add the missing migration for change to contact details

parent 0448bf2f
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.0.2 on 2018-08-30 17:02
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('people', '0010_personpage_active'),
]
operations = [
migrations.AlterField(
model_name='personcontactinfomation',
name='contact_method',
field=models.CharField(blank=True, choices=[('irc', 'IRC'), ('im', 'IM/Jabber/XMPP'), ('phone', 'Phone'), ('pgp', 'PGP fingerprint'), ('otr', 'OTR fingerprint')], max_length=255),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment