From 78b8c7000b92b447b61e85ad0b365894518efc03 Mon Sep 17 00:00:00 2001 From: jasmine <362055143@qq.com> Date: Wed, 2 Apr 2025 03:44:56 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20postgresql=20liquib?= =?UTF-8?q?ase=20=E8=84=9A=E6=9C=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/changelog/postgresql/main_table.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continew-webapi/src/main/resources/db/changelog/postgresql/main_table.sql b/continew-webapi/src/main/resources/db/changelog/postgresql/main_table.sql index 4c59b46f..8a84aadf 100644 --- a/continew-webapi/src/main/resources/db/changelog/postgresql/main_table.sql +++ b/continew-webapi/src/main/resources/db/changelog/postgresql/main_table.sql @@ -571,7 +571,7 @@ COMMENT ON COLUMN "sys_sms_config"."id" IS 'ID'; COMMENT ON COLUMN "sys_sms_config"."name" IS '名称'; COMMENT ON COLUMN "sys_sms_config"."supplier" IS '厂商'; COMMENT ON COLUMN "sys_sms_config"."access_key" IS 'Access Key'; -COMMENT ON COLUMN "sys_sms_config"."access_secret" IS 'Secret Key'; +COMMENT ON COLUMN "sys_sms_config"."secret_key" IS 'Secret Key'; COMMENT ON COLUMN "sys_sms_config"."signature" IS '短信签名'; COMMENT ON COLUMN "sys_sms_config"."template_id" IS '模板ID'; COMMENT ON COLUMN "sys_sms_config"."weight" IS '负载均衡权重';