add migration scripts

This commit is contained in:
Kiara Grouwstra 2025-05-31 19:42:44 +02:00
parent 2f3e1222b8
commit 8182b5bf05
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

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