mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Addded schema of in-memory database
This commit is contained in:
parent
f4ae0571ae
commit
6f3f273d39
2 changed files with 22 additions and 0 deletions
|
|
@ -1004,6 +1004,7 @@ SELECT 9 entity_id, interface_id, alert_id, alert_status, require_attention, tst
|
|||
|
||||
@
|
||||
|
||||
/* IMPORTANT: keep in sync with db_schema_as_sqlite.sql */
|
||||
CREATE TABLE IF NOT EXISTS `hourly_asn` (
|
||||
`ID` UInt64,
|
||||
`NTOPNG_INSTANCE_NAME` String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue