Skip to content
Permalink
030e6f2bac
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
18 lines (13 sloc) 420 Bytes
# Generated by Django 2.1.11 on 2020-04-07 07:28
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('eoapublications', '0005_add_paralleltextlink'),
]
operations = [
migrations.AlterField(
model_name='element',
name='Paralleltextlink',
field=models.TextField(blank=True, max_length=30),
),
]