forked from enviPath/enviPy
18 lines
414 B
Python
18 lines
414 B
Python
# Generated by Django 6.0.3 on 2026-04-21 19:56
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("epdb", "0023_alter_compoundstructure_options_and_more"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="user",
|
|
name="contacted",
|
|
field=models.BooleanField(blank=True, null=True),
|
|
),
|
|
]
|