Skip to content

Commit

Permalink
fix((vm-service)): sql 修改云主机 instance_uuid 字段长度
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 committed Jul 24, 2023
1 parent f8db9d0 commit 669abf5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SET SESSION innodb_lock_wait_timeout = 7200;

ALTER TABLE vm_cloud_server MODIFY COLUMN `instance_uuid` VARCHAR ( 256 ) NULL DEFAULT NULL COMMENT '实例唯一标识' AFTER `id`;

SET SESSION innodb_lock_wait_timeout = DEFAULT;

0 comments on commit 669abf5

Please sign in to comment.