Add notes and macros

This commit is contained in:
Alfredo Cardigliano 2025-06-11 11:42:50 +02:00
parent 80e79c46de
commit 4faddbb050
2 changed files with 7 additions and 0 deletions

View file

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