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