Skip to content

Commit

Permalink
Remove excess commas from mysql-schema.sql
Browse files Browse the repository at this point in the history
Remove excess commas from mysql-schema.sql
  • Loading branch information
mroldx authored Nov 18, 2024
1 parent 7fc69ad commit 76b5a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/conf/mysql-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ CREATE TABLE `his_config_info` (
`op_type` char(10) DEFAULT NULL COMMENT 'operation type',
`tenant_id` varchar(128) DEFAULT '' COMMENT '租户字段',
`encrypted_data_key` varchar(1024) NOT NULL DEFAULT '' COMMENT '密钥',
`publish_type` varchar(50) DEFAULT 'formal' COMMENT 'publish type gray or formal',,
`publish_type` varchar(50) DEFAULT 'formal' COMMENT 'publish type gray or formal',
`ext_info` longtext DEFAULT NULL COMMENT 'ext info',
PRIMARY KEY (`nid`),
KEY `idx_gmt_create` (`gmt_create`),
Expand Down

0 comments on commit 76b5a5b

Please sign in to comment.