Skip to content

Commit

Permalink
[Controller/Mysql] modify mysql issu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericsssss authored and xiaochaoren1 committed Oct 17, 2023
1 parent 8bd3c8f commit 4621dad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ BEGIN

IF pod_group_type_column = '' THEN
ALTER TABLE `ch_pod_group` ADD COLUMN `pod_group_type` INTEGER DEFAULT NULL AFTER `name`;
ALTER TABLE `vinterface` ADD COLUMN `vmac` CHAR(32) DEFAULT '' AFTER `mac`;
END IF;
UPDATE db_version SET version='6.4.1.0';
END;
Expand Down

0 comments on commit 4621dad

Please sign in to comment.