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 @@ + +