Merge "Add service object to the watcher_db_schema"
This commit is contained in:
@@ -131,6 +131,18 @@ table(scoring_engines) {
|
|||||||
deleted : Integer
|
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" <.. "strategies" : Foreign Key
|
||||||
"goals" <.. "audit_templates" : Foreign Key
|
"goals" <.. "audit_templates" : Foreign Key
|
||||||
"strategies" <.. "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