Skip to content
Snippets Groups Projects
Verified Commit 82178a16 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add missing migration for PDFFile

parent 1fd6195e
No related branches found
No related tags found
1 merge request!576Add missing migration for PDFFile
Pipeline #7178 passed
# Generated by Django 3.2 on 2021-04-17 18:47
import aleksis.core.models
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('core', '0013_pdf_file'),
]
operations = [
migrations.AlterField(
model_name='pdffile',
name='file',
field=models.FileField(blank=True, null=True, upload_to=aleksis.core.models.PDFFile._get_upload_path, verbose_name='Generated PDF file'),
),
]
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