mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 19:37:06 +00:00
19 lines
423 B
Python
19 lines
423 B
Python
# Generated by Django 2.2.10 on 2021-03-10 10:28
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('people', '0045_question_help_text'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='personanswerset',
|
|
name='external_organisations',
|
|
field=models.CharField(blank=True, max_length=1023),
|
|
),
|
|
]
|