Skip to content
Snippets Groups Projects
Commit dc0ae60e authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Add new migration for file hash

parent 4b472664
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.0.8 on 2018-08-21 08:33
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('images', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='customimage',
name='file_hash',
field=models.CharField(blank=True, editable=False, max_length=40),
),
]
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