Forked from
KIF / AKPlanning
820 commits behind the upstream repository.
-
Benjamin Hättasch authoredBenjamin Hättasch authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
0015_ak_present_field.py 444 B
# Generated by Django 2.2.6 on 2019-10-18 12:55
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('AKModel', '0014_akcategory'),
]
operations = [
migrations.AddField(
model_name='ak',
name='present',
field=models.BooleanField(help_text='Present results of this AK', null=True, verbose_name='Present this AK'),
),
]