From caa00b7e8d596269fbfcfa741cc270c7552109f1 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Thu, 23 Dec 2021 00:17:19 +0000 Subject: [PATCH] --- Dao/DB/DB1.Scheme.txt | 4 +++- FO/Web.config | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dao/DB/DB1.Scheme.txt b/Dao/DB/DB1.Scheme.txt index 1555307..adc4a72 100644 --- a/Dao/DB/DB1.Scheme.txt +++ b/Dao/DB/DB1.Scheme.txt @@ -173,7 +173,7 @@ create table users ( ,vssn varchar(100) ,di varchar(100) ,ci varchar(100) - ,ischkat TINYINT(4) NOT NULL DEFAULT 0 + ,ischkatt TINYINT(4) NOT NULL DEFAULT 0 ,authplatform TINYINT(4) NOT NULL DEFAULT 0 ,primary key(userno)); @@ -428,6 +428,8 @@ create table cm ( ,typejob varchar(100) null ,iscertificate tinyint not null default 1 ,isdel tinyint not null + ,ischkatt tinyint(4) NOT NULL DEFAULT 0 + ,accommofee int(11) DEFAULT '0' ,studydays int ,isaccommodation TINYINT(4) NOT NULL DEFAULT '0', ,daylectinninglimit INT(11) NULL DEFAULT NULL, diff --git a/FO/Web.config b/FO/Web.config index 5c5f160..7633a41 100644 --- a/FO/Web.config +++ b/FO/Web.config @@ -39,9 +39,11 @@ + +