18 lines
334 B
Python
18 lines
334 B
Python
# Generated by Django 5.0.6 on 2024-06-07 15:29
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('yeast', '0003_rename_batch_propogation'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='propogation',
|
|
options={},
|
|
),
|
|
]
|