Updat database structure file
- Add a couple of fields in site-probe
This commit is contained in:
parent
ac41f7caf3
commit
27153fab68
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ CREATE TABLE IF NOT EXISTS `site-probe` (
|
|||
`site_health_id` int(10) UNSIGNED NOT NULL,
|
||||
`dt_performed` datetime NOT NULL,
|
||||
`request_time` int(10) UNSIGNED NOT NULL,
|
||||
`avg_ping` int(11) DEFAULT NULL,
|
||||
`speed_score` int(11) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `site_health_id` (`site_health_id`),
|
||||
KEY `dt_performed` (`dt_performed`)
|
||||
|
|
Loading…
Reference in a new issue