Files
ProxyPanel/sql/update/20190124.sql
兔姬桑 a0922521cf 初始化
2020-08-05 03:19:28 +08:00

4 lines
158 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 节点是否允许UDP
ALTER TABLE `ss_node`
ADD COLUMN `is_udp` TINYINT(4) NOT NULL DEFAULT '1' COMMENT '是否允许UDP0-否、1-是' AFTER `is_nat`;