wip
Some checks failed
API CI / api-tests (pull_request) Failing after 15s
CI / test (pull_request) Failing after 32s

This commit is contained in:
Tim Lorsbach
2026-04-21 10:26:35 +02:00
parent d1a00f71b4
commit f9f65de8b3
30 changed files with 740 additions and 184 deletions

View File

@ -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',