parent
b8e393f82f
commit
5b95f09949
2 changed files with 19 additions and 1 deletions
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 2.0.2 on 2018-03-12 10:05 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('course', '0034_auto_20180215_1503'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='comment', |
||||||
|
name='deactivated_at', |
||||||
|
field=models.DateTimeField(blank=True, default=None, null=True), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue