mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fix asset_management schema
This commit is contained in:
parent
e8b8f977a0
commit
0447fe89a7
1 changed files with 2 additions and 2 deletions
|
|
@ -862,8 +862,8 @@ CREATE TABLE IF NOT EXISTS `asset_management` (
|
|||
`name` String NULL,
|
||||
`device_type` UInt16 NULL,
|
||||
`manufacturer` String NULL,
|
||||
`first_seen` DateTime NOT NULL DEFAULT 0,
|
||||
`last_seen` DateTime NOT NULL DEFAULT 0,
|
||||
`first_seen` DateTime NOT NULL,
|
||||
`last_seen` DateTime NOT NULL,
|
||||
`trigger_alert` Boolean NULL,
|
||||
`device_status` String NULL
|
||||
) ENGINE = MergeTree() PRIMARY KEY (`key`) ORDER BY (`key`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue