17 lines
298 B
Python
17 lines
298 B
Python
# Generated by Django 3.2.8 on 2021-10-25 10:07
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('anatomy', '0048_auto_20211025_1102'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='Structure',
|
|
),
|
|
]
|