mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
19 lines
402 B
Python
19 lines
402 B
Python
# Generated by Django 2.2.10 on 2021-01-20 11:25
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('people', '0029_organisation_location_fields'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='user',
|
|
name='consent_given',
|
|
field=models.BooleanField(default=False),
|
|
),
|
|
]
|