prepare allocate tags to organizations api
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0 on 2025-05-25 10:07
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0017_bankaccountinformation_creator_info_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='organization',
|
||||
name='additional_data',
|
||||
field=models.JSONField(default=dict),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user