删除勿添加的表

This commit is contained in:
thinkgem
2023-06-18 21:26:18 +08:00
parent dac51fba14
commit 58764d78f2
13 changed files with 4 additions and 658 deletions

View File

@@ -321,26 +321,6 @@ CREATE TABLE [js_sys_file_upload]
);
-- 系统健康检查
CREATE TABLE [js_sys_health_check]
(
[id] varchar(64) NOT NULL,
[server_name] nvarchar(50),
[server_url] nvarchar(500),
[lic_version] nvarchar(10),
[heart_time] datetime,
[timeout] decimal(10),
[state] char(1),
[status] char(1) DEFAULT '0' NOT NULL,
[create_by] varchar(64) NOT NULL,
[create_date] datetime NOT NULL,
[update_by] varchar(64) NOT NULL,
[update_date] datetime NOT NULL,
[remarks] nvarchar(500),
PRIMARY KEY ([id])
);
-- 作业调度表
CREATE TABLE [js_sys_job]
(