From ca70ed22efb2847e9f373c15758a211fcd8341f7 Mon Sep 17 00:00:00 2001 From: wangxin Date: Mon, 14 Jan 2019 14:50:04 +0800 Subject: [PATCH] =?UTF-8?q?subscribe=5Fid=20region=E5=AD=97=E5=85=B8region?= =?UTF-8?q?=5Ftype=E5=BA=94=E4=B8=BA2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20190114/subscribe_id.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/main/resources/sql/20190114/subscribe_id.sql diff --git a/src/main/resources/sql/20190114/subscribe_id.sql b/src/main/resources/sql/20190114/subscribe_id.sql new file mode 100644 index 000000000..cf092d8ab --- /dev/null +++ b/src/main/resources/sql/20190114/subscribe_id.sql @@ -0,0 +1 @@ +update function_region_dict set region_type=2 where config_service_type='subscribe_id'; \ No newline at end of file