SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 625fa89e authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Add missing migrations

parent 79d61d43
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Generated by Django 1.10.3 on 2017-06-10 10:02
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('production', '0006_productionstream_closed'),
]
operations = [
migrations.AlterField(
model_name='productionevent',
name='noted_on',
field=models.DateTimeField(auto_now_add=True),
),
migrations.AlterField(
model_name='productionstream',
name='opened',
field=models.DateTimeField(auto_now_add=True),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment