move run-time back to code
This commit is contained in:
parent
ce205e35fa
commit
4efcd9a7bb
2 changed files with 1 additions and 5 deletions
|
@ -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 |
Loading…
Add table
Reference in a new issue