From e45e2ae29f9f9df55281c1fd541d7f54a670e0a8 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 7 Dec 2025 18:19:33 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90system=E3=80=91"system=5Fs?= =?UTF-8?q?ocial=5Fclient"=20=E7=9A=84=E5=8D=95=E6=B5=8B=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=20public=5Fkey=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-module-system/src/test/resources/sql/create_tables.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/yudao-module-system/src/test/resources/sql/create_tables.sql b/yudao-module-system/src/test/resources/sql/create_tables.sql index 124b307612..9970065ae0 100644 --- a/yudao-module-system/src/test/resources/sql/create_tables.sql +++ b/yudao-module-system/src/test/resources/sql/create_tables.sql @@ -339,6 +339,7 @@ CREATE TABLE IF NOT EXISTS "system_social_client" ( "user_type" int NOT NULL, "client_id" varchar(255) NOT NULL, "client_secret" varchar(255) NOT NULL, + "public_key" varchar(2048) NOT NULL, "agent_id" varchar(255) NOT NULL, "status" int NOT NULL, "creator" varchar(64) DEFAULT '',