move run-time back to code

This commit is contained in:
Kiara Grouwstra 2025-06-04 21:54:30 +02:00
parent ce205e35fa
commit 4efcd9a7bb
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 1 additions and 5 deletions

View file

@ -2,9 +2,6 @@
title: Data model of sample web application
---
erDiagram
runtime {
json configuration
}
operator {
string username
string password_hash
@ -22,6 +19,5 @@ erDiagram
string secret_key
}
operator ||--o{ deployment : has
deployment }|--|| runtime : uses
deployment ||--o{ backup : has
backup ||--|{ keypair : authorises

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB