This commit is contained in:
Ross
2021-10-25 11:07:39 +01:00
parent aa76d10f43
commit 4c02146c31
3 changed files with 24 additions and 8 deletions
@@ -0,0 +1,16 @@
# 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',
),
]