From d39c5b7e4df83ff41c5e77aa43e22506f31c0e70 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Sat, 6 May 2023 16:33:43 +0200 Subject: [PATCH] Add participation link --- model/model.md | 1 + 1 file changed, 1 insertion(+) diff --git a/model/model.md b/model/model.md index 45ddbc7..f0e56a2 100644 --- a/model/model.md +++ b/model/model.md @@ -40,6 +40,7 @@ erDiagram %% relationships Tournament ||--|{ Round: "" + Round }o--|{ Player: "participate" Round ||--|{ Game: "" Game ||--|| Player: "black" Game ||--|| Player: "white"