sbt-idp/cope2n-api/fwd_api/migrations/0008_alter_subscriptionrequestfile_code.py
2023-12-12 12:16:08 +07:00

19 lines
465 B
Python
Executable File

# Generated by Django 4.1.3 on 2023-10-13 08:30
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('fwd_api', '0007_alter_subscriptionrequestfile_code'),
]
operations = [
migrations.AlterField(
model_name='subscriptionrequestfile',
name='code',
field=models.CharField(default='FIL7a628e80e45e4c3ea09c5b90054045aa', max_length=300),
),
]