Add: Database change
This commit is contained in:
parent
82fa5ced60
commit
ddc9c0fff7
@ -0,0 +1,18 @@
|
|||||||
|
# Generated by Django 4.1.3 on 2024-04-01 08:32
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('fwd_api', '0187_report_s3_dashboard_file_name'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='subscriptionrequest',
|
||||||
|
name='subsidiary',
|
||||||
|
field=models.CharField(default='', max_length=200, null=True),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user