mirror of
https://gitee.com/zhijiantianya/ruoyi-vue-pro.git
synced 2025-12-26 00:26:20 +08:00
fix:【system】"system_social_client" 的单测缺少 public_key 字段
This commit is contained in:
parent
32304b74df
commit
e45e2ae29f
@ -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 '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user