forked from enviPath/enviPy
wip
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Generated by Django 6.0.3 on 2026-04-14 19:07
|
||||
# Generated by Django 6.0.3 on 2026-04-17 21:22
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
@ -42,6 +42,11 @@ class Migration(migrations.Migration):
|
||||
name='simplerule',
|
||||
options={},
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='compoundstructure',
|
||||
name='molfile',
|
||||
field=models.TextField(blank=True, null=True, verbose_name='Molfile'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='group',
|
||||
name='secret',
|
||||
|
||||
Reference in New Issue
Block a user