From 6fbc7b7b7e21b60c9c0f8e0559ae67bfe42ce477 Mon Sep 17 00:00:00 2001
From: 吴健 <14790700720@163.com>
Date: 星期二, 19 十一月 2024 16:18:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 sql/table.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sql/table.sql b/sql/table.sql
index 23ee930..89ff4bd 100644
--- a/sql/table.sql
+++ b/sql/table.sql
@@ -20,7 +20,7 @@
 -- ----------------------------
 -- 2銆佸弬鏁伴噰闆嗛厤缃�
 -- ----------------------------
-drop table if exists sc_opc_conf;
+drop table if exists sc_collection_param_conf;
 create table sc_collection_param_conf (
     id           bigint(20)      not null auto_increment    comment '涓婚敭id',
     product_code         varchar(64)     default ''                 comment '浜у搧缂栫爜',

--
Gitblit v1.9.3