add diagrams #30

Merged
kiara merged 10 commits from entity-relations into main 2025-06-02 10:46:04 +02:00
Showing only changes of commit 8182b5bf05 - Show all commits

View file

@ -12,6 +12,7 @@ erDiagram
deployed["deployed configuration"] deployed["deployed configuration"]
staged["staged configuration"] staged["staged configuration"]
token["deployment token"] token["deployment token"]
script["migration script"]
setup }o--o{ env : offers setup }o--o{ env : offers
setup ||--o{ operator : serves setup ||--o{ operator : serves
@ -24,5 +25,6 @@ erDiagram
deployed |o--|| staged : compares deployed |o--|| staged : compares
deployed ||--|{ application : describes deployed ||--|{ application : describes
application ||--o{ version : follows application ||--o{ version : follows
application ||--o{ script : runs
deployed }|--o{ version : follows deployed }|--o{ version : follows
``` ```