This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-argus-service/db/201901-update.sql

2 lines
149 B
SQL

--活跃端口统计增加传输层协议属性
alter table traffic_port_active_statistic add trans_proto int(11) default 0 comment '6-tcp 17 -udp';