Addded schema of in-memory database

This commit is contained in:
Luca Deri 2025-08-19 23:05:05 +02:00
parent f4ae0571ae
commit 6f3f273d39
2 changed files with 22 additions and 0 deletions

View file

@ -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,