mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
fix: undo previous change
This commit is contained in:
@@ -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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user