mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
19 lines
402 B
Python
19 lines
402 B
Python
# Generated by Django 3.1.2 on 2020-10-10 11:39
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('RIGS', '0041_auto_20200929_1749'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='riskassessment',
|
|
name='supervisor_consulted',
|
|
field=models.BooleanField(null=True),
|
|
),
|
|
]
|