端口池分组相关调整.

This commit is contained in:
aoshiguchen
2023-03-18 00:26:21 +08:00
parent 14df0da7f4
commit 626cdcf3d0
7 changed files with 111 additions and 95 deletions
@@ -0,0 +1,3 @@
#port_group
INSERT INTO `port_group`(`id`,`name`,`possessor_type`,`possessor_id`,`enable`,`create_time`,`update_time`) VALUES
(1, '全局(默认)', 0, -1, 1, STRFTIME('%s000', 'NOW'), STRFTIME('%s000', 'NOW'));