Promene u dizajnu dokumenata, controla, residual graph, residual tabele...
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.1.3 on 2025-06-13 14:01
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0014_alter_organization_customer_base'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='control',
|
||||
name='description',
|
||||
field=models.TextField(default=' ', help_text='Description of the control'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='control',
|
||||
name='safeguard_id',
|
||||
field=models.CharField(help_text="Unique identifier for the safeguard (e.g. '1.1', '4.6')", max_length=10, null=True, unique=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user