This commit is contained in:
2023-08-15 14:55:20 +08:00
parent d107773f48
commit 78b2458c00
2 changed files with 3 additions and 0 deletions

View File

@@ -11,3 +11,5 @@ MODIFY COLUMN `password_expiration` date NULL DEFAULT NULL AFTER `change_passwor
MODIFY COLUMN `user_expiration` date NULL DEFAULT NULL AFTER `status`;
ALTER TABLE `omc_db`.`config`
ADD COLUMN IF NOT EXISTS `comment` varchar(255) NULL AFTER `update_time`;
ALTER TABLE `omc_db`.`nbi_operation_log`
MODIFY COLUMN `created_at` datetime NULL DEFAULT NULL AFTER `log_time`;