From b3689fd6c44e3ecda1b0c8be5c7a09f67d643945 Mon Sep 17 00:00:00 2001 From: Felipe Cardoso Date: Fri, 28 Feb 2025 09:58:50 +0100 Subject: [PATCH] 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. --- docs/eventspace-er-schema.mermaid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventspace-er-schema.mermaid b/docs/eventspace-er-schema.mermaid index 81be73c..fbec3f8 100644 --- a/docs/eventspace-er-schema.mermaid +++ b/docs/eventspace-er-schema.mermaid @@ -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"