forked from enviPath/enviPy
20 lines
455 B
Python
20 lines
455 B
Python
# Generated by Django 6.0.3 on 2026-04-16 08:43
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('bayer', '0004_pescompound_pesstructure'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='pesstructure',
|
|
name='pes_link',
|
|
field=models.URLField(default=None, verbose_name='PES Link'),
|
|
preserve_default=False,
|
|
),
|
|
]
|