Skip to content
Snippets Groups Projects
Verified Commit ddc5b343 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add missing migration

parent 42444fbf
No related branches found
No related tags found
1 merge request!16Resolve "Defer uhepp data retrieval"
# Generated by Django 3.1.3 on 2021-01-12 11:17
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('uhepp_vault', '0005_auto_20210108_1625'),
]
operations = [
migrations.AddField(
model_name='plot',
name='title',
field=models.TextField(blank=True, null=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