sbt-idp/cope2n-api/fwd_api/migrations/0032_alter_subscriptionrequestfile_code.py

19 lines
465 B
Python
Raw Permalink Normal View History

2023-12-12 05:16:08 +00:00
# Generated by Django 4.1.3 on 2023-11-27 12:36
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('fwd_api', '0031_alter_subscriptionrequestfile_code'),
]
operations = [
migrations.AlterField(
model_name='subscriptionrequestfile',
name='code',
field=models.CharField(default='FILa8037c1a968f4922ae5ddd5904989745', max_length=300),
),
]