first commit
This commit is contained in:
17
app/migrations/0018_remove_hatching_capacityfemale.py
Normal file
17
app/migrations/0018_remove_hatching_capacityfemale.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.2.19 on 2025-04-06 11:59
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0017_hatching_archivedate'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='hatching',
|
||||
name='CapacityFemale',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user