# Generated by Django 3.2.8 on 2021-11-10 08:58

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('home', '0050_pub_type'),
        ('research', '0112_alter_open_thesis_pub_type'),
    ]

    operations = [
        migrations.AddField(
            model_name='open_thesis',
            name='publication_type',
            field=models.ManyToManyField(related_name='openthesis_pub_type', to='home.Pub_type'),
        ),
    ]
