This commit is contained in:
2023-08-20 09:55:01 +08:00
parent 2ae03fbed4
commit dcd961ee86
4 changed files with 55 additions and 2 deletions

View File

@@ -42,4 +42,8 @@ ADD COLUMN IF NOT EXISTS `patch_time` datetime NULL AFTER `update_time`;
ALTER TABLE `omc_db`.`alarm_log`
DROP COLUMN IF EXISTS`alarm_seq`,
ADD COLUMN `alarm_seq` int NULL AFTER `ne_id`;
ADD COLUMN `alarm_seq` int NULL AFTER `ne_id`;
ALTER TABLE `omc_db`.`ne_software`
DROP COLUMN IF EXISTS `patch_time`,
ADD COLUMN `patch_time` datetime NULL AFTER `update_time`;