From 3bd789dc4b3a81ae4a36da4adeccf7306da047ce Mon Sep 17 00:00:00 2001
From: Charlie Darques <charlie.darques.etu@univ-lille.fr>
Date: Tue, 18 Mar 2025 00:14:50 +0100
Subject: [PATCH] oubli : rajout d'un attribut dans table msg

---
 doc/doc_appli.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doc_appli.md b/doc/doc_appli.md
index dc23d6a..6311f47 100644
--- a/doc/doc_appli.md
+++ b/doc/doc_appli.md
@@ -23,7 +23,7 @@ L'application est reliée à une **base de données** qui est la source de l'aff
 
     userAccount(__userID__, username, password)
 
-    msg(__msgID__, #userID_msg, #threadID, msg)
+    msg(__msgID__, #userID_msg, #threadID, msg, posted_at)
 
     thread(__threadID__, #userID_thread, threadName)
 
-- 
GitLab