Skip to content

Commit

Permalink
Merge pull request #212 from seungsoo-lee/dev
Browse files Browse the repository at this point in the history
Updated mysql handler
  • Loading branch information
seungsoo-lee committed Jul 15, 2021
2 parents b46f121 + 1317eb9 commit 4e44dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/mysqlHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ func CreateTableConfigurationMySQL(cfg types.ConfigDB) error {
" `system_policy_file_fromsource` tinyint(1) DEFAULT '0', " +

" `cluster_info_from` varchar(50) DEFAULT NULL, " +
" `cluster_mgmt_url` varchar(50) DEFAULT NULL, " +
" `cluster_mgmt_url` varchar(1000) DEFAULT NULL, " +

" PRIMARY KEY (`id`) " +
" ); "
Expand Down

0 comments on commit 4e44dc0

Please sign in to comment.