Skip to content

Commit

Permalink
Updated mysql handler
Browse files Browse the repository at this point in the history
  • Loading branch information
seungsoo-lee committed Jul 15, 2021
1 parent 6e3c406 commit 1317eb9
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 1317eb9

Please sign in to comment.