Add migrations
This commit is contained in:
18
core/migrations/0007_manipulation_send_enabled.py
Normal file
18
core/migrations/0007_manipulation_send_enabled.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.5 on 2025-02-07 00:32
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0006_remove_person_identifiers_personidentifier_person_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='manipulation',
|
||||
name='send_enabled',
|
||||
field=models.BooleanField(default=False, help_text='sss'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user