Add missing migration
This commit is contained in:
parent
62dec16667
commit
523f3d5f88
|
|
@ -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',
|
||||
),
|
||||
]
|
||||
Loading…
Reference in New Issue