first push
This commit is contained in:
19
LiveStock/migrations/0023_rancher_cooperative.py
Normal file
19
LiveStock/migrations/0023_rancher_cooperative.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 3.2.13 on 2025-03-07 15:25
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('LiveStock', '0022_rancher_has_script'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='rancher',
|
||||
name='cooperative',
|
||||
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, related_name='rancher_cooperative', to='LiveStock.cooperative'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user