migration for team

This commit is contained in:
Kuroshini 2020-02-04 18:20:17 +03:00
parent c68d6ec148
commit 2db59131a8

View File

@ -0,0 +1,18 @@
# Generated by Django 2.2.7 on 2020-02-04 15:19
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('account', '0034_auto_20200131_0548'),
]
operations = [
migrations.AddField(
model_name='userrole',
name='for_team',
field=models.BooleanField(default=False, verbose_name='is this role for team membership'),
),
]