
    ?&jS                     B    d Z ddlmZmZ  G d dej                        Zy)z
Migration: add validation_errors JSONField to AlloggiatiSyncLog.

Stores structured per-guest validation errors for audit trail,
frontend rendering, and support debugging.  No PII is stored.
    )
migrationsmodelsc            	       d    e Zd ZdgZ ej
                  dd ej                  ded            gZ	y)		Migration)
alloggiati0001_initialalloggiatisynclogvalidation_errorsTzStructured per-guest validation errors. Schema: [{guest_id, booking_id, guest_name, errors: [{field, message}]}]. No PII stored.)blankdefault	help_text)
model_namenamefieldN)
__name__
__module____qualname__dependenciesr   AddFieldr   	JSONFieldlist
operations     I/backend/alloggiati/migrations/0002_alloggiatisynlog_validation_errors.pyr   r      sI     	'L
 	
*$"&""C		
Jr   r   N)__doc__	django.dbr   r   r   r   r   r   <module>r      s!    )
$$ r   