Add service object to the watcher_db_schema
This patch set adds service object to the watcher_db_schema_diagram.txt New watcher_db_schema_diagram.png is compiled and attached. Partially-Implements: blueprint watcher-service-list Change-Id: Ibaac9020b0cb9fb147259a8685a7a072216ff95d
This commit is contained in:
@@ -131,6 +131,18 @@ table(scoring_engines) {
|
||||
deleted : Integer
|
||||
}
|
||||
|
||||
table(service) {
|
||||
primary_key(id: Integer)
|
||||
name: String[255]
|
||||
host: String[255]
|
||||
last_seen_up: DateTime
|
||||
|
||||
created_at : DateTime
|
||||
updated_at : DateTime
|
||||
deleted_at : DateTime
|
||||
deleted : Integer
|
||||
}
|
||||
|
||||
"goals" <.. "strategies" : Foreign Key
|
||||
"goals" <.. "audit_templates" : Foreign Key
|
||||
"strategies" <.. "audit_templates" : Foreign Key
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 89 KiB |
Reference in New Issue
Block a user