first push
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.2.13 on 2025-03-03 12:05
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('LiveStock', '0010_livestockallocations_rancher'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='livestockallocations',
|
||||
name='rancher',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user