15 lines
326 B
Python
15 lines
326 B
Python
|
# Generated by Django 4.1.3 on 2023-12-25 07:39
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('fwd_api', '0158_subscriptionrequest_s3_uploaded'),
|
||
|
('fwd_api', '0161_alter_subscriptionrequest_ai_inference_start_time_and_more'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
]
|