Skip to content

Commit

Permalink
Update dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_m…
Browse files Browse the repository at this point in the history
…ysql.sql

Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
  • Loading branch information
jieguangzhou and zhongjiajie authored Dec 16, 2022
1 parent e7ac78e commit 133253d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ CREATE TABLE `t_ds_task_instance` (
PRIMARY KEY (`id`),
KEY `process_instance_id` (`process_instance_id`) USING BTREE,
KEY `idx_code_version` (`task_code`, `task_definition_version`) USING BTREE,
KEY `cache_key` (`cache_key`) USING BTREE
KEY `idx_cache_key` (`cache_key`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;

-- ----------------------------
Expand Down

0 comments on commit 133253d

Please sign in to comment.