mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add notes and macros
This commit is contained in:
parent
80e79c46de
commit
4faddbb050
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
/* Keep flows columns definition in sync with: */
|
||||
/* - httpdocs/misc/db_schema_clickhouse_cluster.sql */
|
||||
/* - pro/include/FlowsTable.h */
|
||||
/* - pro/src/ClickHouseDB.cpp -> ClickHouseDB::dumpFlow() */
|
||||
CREATE TABLE IF NOT EXISTS `flows` (
|
||||
`FLOW_ID` UInt64,
|
||||
`IP_PROTOCOL_VERSION` UInt8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue