diff --git a/course_discovery/apps/course_metadata/migrations/0342_alter_restrictedcourserun_restriction_type.py b/course_discovery/apps/course_metadata/migrations/0342_alter_restrictedcourserun_restriction_type.py deleted file mode 100644 index da2e55b89c..0000000000 --- a/course_discovery/apps/course_metadata/migrations/0342_alter_restrictedcourserun_restriction_type.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 4.2.9 on 2024-04-29 20:43 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('course_metadata', '0341_restrictedcourserun'), - ] - - operations = [ - migrations.AlterField( - model_name='restrictedcourserun', - name='restriction_type', - field=models.CharField(blank=True, choices=[('custom-b2b-enterprise', 'Custom B2B Enterprise'), ('custom-b2c', 'Custom B2C')], help_text='The type of restriction for the course run', max_length=255, null=True), - ), - ]