Recommendations are now generated by AI, changed format for key findings, risks names are now bold
This commit is contained in:
18
backend/core/migrations/0019_document_recomendations.py
Normal file
18
backend/core/migrations/0019_document_recomendations.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.3 on 2025-08-11 18:55
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0018_rename_paymentcode_democode'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='document',
|
||||
name='recomendations',
|
||||
field=models.TextField(blank=True, help_text='Recommendations', null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user