Update plan model
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Gregory Trullemans 2021-12-19 20:08:25 +01:00
parent df6b403bda
commit 1ffac09c11
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Generated by Django 3.2.8 on 2021-12-19 19:07
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('objective', '0004_plan'),
]
operations = [
migrations.AlterField(
model_name='plan',
name='educative',
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='plan', to='objective.educative', verbose_name='Educative'),
),
]