Skip to content

Commit

Permalink
Merge pull request #396 from cwmore/dev-1.1.1
Browse files Browse the repository at this point in the history
fix:ddl ommit the comma ';'
  • Loading branch information
jefftlin authored Aug 4, 2023
2 parents 01dd7a2 + 504e3f6 commit 79f4f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/exchangis_ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ CREATE TABLE `exchangis_job_func` (
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `job_func_tab_name_idx` (`tab_name`,`func_name`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;

-- exchangis_job_func_params definition
DROP TABLE IF EXISTS `exchangis_job_func_params`;
Expand Down

0 comments on commit 79f4f2c

Please sign in to comment.