Skip to content

Commit

Permalink
Supplement the SQL for database modification
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgllgh committed Nov 12, 2024
1 parent 6494366 commit bc7a86c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ CREATE TABLE `linkis_ps_python_module_info` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;


ALTER TABLE `linkis_cg_manager_service_instance` ADD COLUMN mapping_ports varchar(128);
ALTER TABLE `linkis_cg_manager_service_instance` ADD COLUMN mapping_host varchar(128);





Expand Down

0 comments on commit bc7a86c

Please sign in to comment.