add - address to org
This commit is contained in:
18
apps/authentication/migrations/0045_organization_address.py
Normal file
18
apps/authentication/migrations/0045_organization_address.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0 on 2025-11-04 06:36
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0044_organization_free_visibility_by_scope'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='organization',
|
||||
name='address',
|
||||
field=models.TextField(max_length=1000, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user