Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-06-26 08:40:25

0001 # Generated by Django 5.2.12 on 2026-06-16 17:45
0002 
0003 from django.db import migrations, models
0004 
0005 
0006 class Migration(migrations.Migration):
0007 
0008     dependencies = [
0009         ('pcs', '0015_reclassify_future_releases'),
0010     ]
0011 
0012     operations = [
0013         migrations.AddField(
0014             model_name='dataset',
0015             name='sample_name',
0016             field=models.CharField(blank=True, default='', max_length=120),
0017         ),
0018     ]