parent
7ceafb015f
commit
9a66398585
5 changed files with 187 additions and 136 deletions
@ -0,0 +1,20 @@ |
|||||||
|
# -*- coding: utf-8 -*- |
||||||
|
# Generated by Django 1.9.7 on 2016-08-19 09:32 |
||||||
|
from __future__ import unicode_literals |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('projects', '0011_merge'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='project', |
||||||
|
name='rejected_answers_count', |
||||||
|
field=models.PositiveIntegerField(default=0), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue