From caac2b8a97b39af0baf6ad0ddbf3de4fec78de31 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 13 Dec 2022 16:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/SQLFile/Test.sql | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Domain/SQLFile/Test.sql b/IRaCIS.Core.Domain/SQLFile/Test.sql index 2e167bcd1..3c63063ae 100644 --- a/IRaCIS.Core.Domain/SQLFile/Test.sql +++ b/IRaCIS.Core.Domain/SQLFile/Test.sql @@ -121,4 +121,8 @@ go delete ReadingTableQuestionTrial where QuestionMark=3 go delete ReadingTableQuestionSystem where QuestionMark=3 -go \ No newline at end of file +go + + +------------------------------------2022-12-13---------------------------- +update ReadingQuestionTrial set DefaultValue='' \ No newline at end of file