Skip to content

Commit

Permalink
Fix the missing ticketId field in the linkis_cg_manager_service_insta…
Browse files Browse the repository at this point in the history
…nce within the configmap-init-sql.yaml file.
  • Loading branch information
sjgllgh committed Nov 15, 2024
1 parent 232ad28 commit 97bd69a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ data:
`owner` varchar(32) COLLATE utf8_bin DEFAULT NULL,
`mark` varchar(32) COLLATE utf8_bin DEFAULT NULL,
`identifier` varchar(32) COLLATE utf8_bin DEFAULT NULL,
`ticketId` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`mapping_host` varchar(128) COLLATE utf8_bin DEFAULT NULL,
`mapping_ports` varchar(128) COLLATE utf8_bin DEFAULT NULL,
`update_time` datetime DEFAULT CURRENT_TIMESTAMP,
Expand Down

0 comments on commit 97bd69a

Please sign in to comment.