set to get rancher_inventory - change serializer to check context
This commit is contained in:
18
apps/authentication/migrations/0036_organization_phone.py
Normal file
18
apps/authentication/migrations/0036_organization_phone.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0 on 2025-08-30 06:40
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0035_bankaccountinformation_account_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='organization',
|
||||
name='phone',
|
||||
field=models.CharField(max_length=25, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user