Files
NexaDash/apps
nessi 7b5f3fa262 Rename metadata column to metadata_ to avoid SQLAlchemy reserved keyword conflict
Add explicit column name mapping using mapped_column("metadata") while using metadata_ as Python attribute name in Notification and Secret models. Update Pydantic schemas to use validation_alias for proper serialization. Update service layer to use metadata_ attribute when creating and updating records.
2026-06-21 10:45:47 +02:00
..