udm user memory to innodb

This commit is contained in:
2023-09-20 11:46:45 +08:00
parent 80aa686e84
commit 1832178e4b
2 changed files with 32 additions and 17 deletions

View File

@@ -66,4 +66,7 @@ ADD COLUMN IF NOT EXISTS `comment` varchar(255) NULL AFTER `account_id`;
ALTER TABLE `omc_db`.`trace_task`
ADD COLUMN IF NOT EXISTS `account_id` varchar(32) NULL AFTER `update_time`,
ADD COLUMN IF NOT EXISTS `comment` varchar(255) NULL AFTER `account_id`;
ADD COLUMN IF NOT EXISTS `comment` varchar(255) NULL AFTER `account_id`;
ALTER TABLE `omc_db`.`u_auth_user` ENGINE = InnoDB;
ALTER TABLE `omc_db`.`u_sub_user` ENGINE = InnoDB;