.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Generated by Django 5.0.2 on 2024-10-14 15:29
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('atlas', '0062_alter_casecollection_markers'),
|
||||
('oef', '0005_entry_inactive'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Specialty',
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='formats',
|
||||
name='specialties',
|
||||
field=models.ManyToManyField(blank=True, to='atlas.subspecialty'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user