mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 21:41:55 +00:00
18 lines
429 B
Python
18 lines
429 B
Python
# Generated by Django 2.1.2 on 2018-10-28 11:33
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('tests', '0039_customdocument_description'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='customdocument',
|
|
name='file_hash',
|
|
field=models.CharField(blank=True, editable=False, max_length=40),
|
|
),
|
|
]
|