From 1b564e74eae7c97b6b5f8a4469e121ed24fb3069 Mon Sep 17 00:00:00 2001 From: fly-l <1420031550@qq.com> Date: Thu, 16 Mar 2023 18:25:22 +0800 Subject: [PATCH] 2023-03-16 --- DataBase/版本日志/SGGLDB_V2023-03-16.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 DataBase/版本日志/SGGLDB_V2023-03-16.sql diff --git a/DataBase/版本日志/SGGLDB_V2023-03-16.sql b/DataBase/版本日志/SGGLDB_V2023-03-16.sql new file mode 100644 index 00000000..7a903f5f --- /dev/null +++ b/DataBase/版本日志/SGGLDB_V2023-03-16.sql @@ -0,0 +1,4 @@ +alter table Meeting_CQMSMeeting add AttachUrl nvarchar(1000) null +GO +alter table RewardAndPunish_RewardAndPunish add AttachUrl nvarchar(1000) null +GO \ No newline at end of file