Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-27 07:41:44

0001 # Generated by Django 5.2.12 on 2026-03-26 19:33
0002 
0003 from django.db import migrations, models
0004 
0005 
0006 class Migration(migrations.Migration):
0007 
0008     dependencies = [
0009         ('pcs', '0003_rename_emi_to_pcs'),
0010     ]
0011 
0012     operations = [
0013         migrations.AddField(
0014             model_name='prodconfig',
0015             name='data',
0016             field=models.JSONField(blank=True, help_text='Additional submission parameters (JSON)', null=True),
0017         ),
0018     ]