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