From bb2836b6f1789a60c30537444a3bd331f16b45e1 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期日, 02 七月 2023 16:48:16 +0800 Subject: [PATCH] update 优化 !pr382 修复一些问题 完事流程逻辑 --- script/sql/update/sqlserver/update_5.0-5.1.sql | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/script/sql/update/sqlserver/update_5.0-5.1.sql b/script/sql/update/sqlserver/update_5.0-5.1.sql index f240688..b9994f8 100644 --- a/script/sql/update/sqlserver/update_5.0-5.1.sql +++ b/script/sql/update/sqlserver/update_5.0-5.1.sql @@ -74,7 +74,7 @@ 'COLUMN', N'tenant_id' GO EXEC sys.sp_addextendedproperty - 'MS_Description', N'鎺堟潈+鎺堟潈openid' , + 'MS_Description', N'骞冲彴+骞冲彴鍞竴id' , 'SCHEMA', N'dbo', 'TABLE', N'sys_social', 'COLUMN', N'auth_id' @@ -86,7 +86,7 @@ 'COLUMN', N'source' GO EXEC sys.sp_addextendedproperty - 'MS_Description', N'鍘熺敓openid' , + 'MS_Description', N'骞冲彴缂栧彿鍞竴id' , 'SCHEMA', N'dbo', 'TABLE', N'sys_social', 'COLUMN', N'open_id' @@ -234,8 +234,8 @@ CREATE TABLE sys_client ( id bigint NOT NULL, - client_id nvarchar(20) DEFAULT '' NULL, - client_key nvarchar(255) DEFAULT '' NULL, + client_id nvarchar(64) DEFAULT '' NULL, + client_key nvarchar(32) DEFAULT '' NULL, client_secret nvarchar(255) DEFAULT '' NULL, grant_type nvarchar(255) DEFAULT '' NULL, device_type nvarchar(32) DEFAULT '' NULL, -- Gitblit v1.9.3