drive-pipeline/drive/migrations/0008_auto_20201024_0116.py
2020-10-24 01:21:02 -04:00

19 lines
408 B
Python

# Generated by Django 3.1.2 on 2020-10-24 01:16
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('drive', '0007_response_results'),
]
operations = [
migrations.AlterField(
model_name='response',
name='results',
field=models.ImageField(blank=True, null=True, upload_to=''),
),
]