From 26787378494f8483cbf619dc2173d3ec24d7fe8b Mon Sep 17 00:00:00 2001 From: fit2cloudrd Date: Thu, 7 Sep 2023 15:17:35 +0800 Subject: [PATCH] Update V18__add_demo.sql --- core/backend/src/main/resources/db/migration/V18__add_demo.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/backend/src/main/resources/db/migration/V18__add_demo.sql b/core/backend/src/main/resources/db/migration/V18__add_demo.sql index 6419a2cfba..b7f13fd14b 100644 --- a/core/backend/src/main/resources/db/migration/V18__add_demo.sql +++ b/core/backend/src/main/resources/db/migration/V18__add_demo.sql @@ -228,7 +228,7 @@ SET FOREIGN_KEY_CHECKS = 0; -- ---------------------------- -- Table structure for demo_new_trend_of_diagnosis -- ---------------------------- -CREATE TABLE `demo_new_trend_of_diagnosis` ( +CREATE TABLE IF NOT EXISTS `demo_new_trend_of_diagnosis` ( `date` varchar(50) NOT NULL DEFAULT '' COMMENT '日期', `new_diagnosis` bigint(13) DEFAULT NULL COMMENT '新增确诊', `current_diagnosis` bigint(13) DEFAULT NULL COMMENT '现有确诊'