diff --git a/easyflow-flow-extension/src/main/script/process-latest.sql b/easyflow-flow-extension/src/main/script/process-latest.sql index a63334d..dae9f9d 100644 --- a/easyflow-flow-extension/src/main/script/process-latest.sql +++ b/easyflow-flow-extension/src/main/script/process-latest.sql @@ -21,7 +21,7 @@ CREATE TABLE `process_definition` ( `deleted` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'delete flag', PRIMARY KEY (`id`), INDEX `idx_defId_defVersion` (`def_id`,`def_version`), - INDEX `idx_category` (``category`) + INDEX `idx_category` (`category`) ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='process definition table'; -- process instance CREATE TABLE `process_instance` ( @@ -213,4 +213,4 @@ ENGINE = InnoDB AUTO_INCREMENT = 1 DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_bin -COMMENT = 'process task event table'; \ No newline at end of file +COMMENT = 'process task event table';