From 963b03b941afa2d28cf5f7b9b681e6a6e45f404e Mon Sep 17 00:00:00 2001 From: wangxin Date: Mon, 30 Jul 2018 18:35:10 +0800 Subject: [PATCH] =?UTF-8?q?opencpen=20=E5=8D=8F=E8=AE=AEID=E4=BF=AE?= =?UTF-8?q?=E6=94=B9sql=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/update_protocol_id.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/sql/update_protocol_id.sql diff --git a/src/main/resources/sql/update_protocol_id.sql b/src/main/resources/sql/update_protocol_id.sql new file mode 100644 index 000000000..30e443438 --- /dev/null +++ b/src/main/resources/sql/update_protocol_id.sql @@ -0,0 +1,2 @@ +UPDATE function_service_dict SET protocol_id=14 WHERE service_name LIKE 'openvpn_%' +UPDATE function_service_dict SET is_valid=0 WHERE dict_id =53