Add missing migration

This commit is contained in:
Ramon Wenger 2021-03-05 12:17:24 +01:00
parent 62dec16667
commit 523f3d5f88
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Generated by Django 2.2.18 on 2021-02-24 14:45
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('objectives', '0013_auto_20210222_1508'),
]
operations = [
migrations.DeleteModel(
name='ObjectiveProgressStatus',
),
]