From 94e73a2298c17fda334f6bdd45d133158a735cf7 Mon Sep 17 00:00:00 2001 From: duandongmei Date: Mon, 3 Sep 2018 14:03:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9domian=E8=B6=85=E5=87=BA?= =?UTF-8?q?=E8=8C=83=E7=95=B4=E7=9A=84id=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/update_website_domain_topic.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/sql/update_website_domain_topic.sql diff --git a/src/main/resources/sql/update_website_domain_topic.sql b/src/main/resources/sql/update_website_domain_topic.sql new file mode 100644 index 000000000..1dac178cb --- /dev/null +++ b/src/main/resources/sql/update_website_domain_topic.sql @@ -0,0 +1,2 @@ +--修改超出范畴域名id +update website_domain_topic set id=0 where id=6; \ No newline at end of file