mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 14:32:16 +00:00
Fix migration
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Generated by Django 3.1.2 on 2020-10-10 10:54
|
# Generated by Django 3.1.2 on 2020-10-10 11:39
|
||||||
|
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
|
|
||||||
@@ -13,6 +13,6 @@ class Migration(migrations.Migration):
|
|||||||
migrations.AddField(
|
migrations.AddField(
|
||||||
model_name='riskassessment',
|
model_name='riskassessment',
|
||||||
name='supervisor_consulted',
|
name='supervisor_consulted',
|
||||||
field=models.BooleanField(blank=True, null=True),
|
field=models.BooleanField(null=True),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user