fix: undo previous change

This commit is contained in:
James Graham
2021-03-10 10:46:32 +00:00
parent b00ca4c1a2
commit 7ce47fc0ef
4 changed files with 17 additions and 16 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 2.2.10 on 2021-03-10 10:45
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('people', '0046_personanswerset_external_organisations'),
]
operations = [
migrations.RemoveField(
model_name='personanswerset',
name='external_organisations',
),
]