Rename metadata fields for clarity and specificity

Updated `metadata` field names to `media_metadata` and `notification_metadata` in the eventspace ER schema. This improves clarity by providing more context-specific naming for better understanding and maintainability.
This commit is contained in:
2025-02-28 09:58:50 +01:00
parent 636e278db7
commit b3689fd6c4

View File

@@ -219,7 +219,7 @@ erDiagram
datetime updated_at
}
NotificationLog {
NotificationLog {I will
uuid id PK
enum notification_type "EMAIL/SMS/PUSH/IN_APP"
enum status "QUEUED/SENT/DELIVERED/FAILED/OPENED/CLICKED"