update at 2023/08/14

This commit is contained in:
2023-08-14 21:41:37 +08:00
parent a039a664f1
commit 44e8cbee2c
255 changed files with 20426 additions and 233 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE `omc_db`.`pm_custom_title`
ADD COLUMN `kpi_set` json NULL AFTER `kpi_id`,
ADD COLUMN `status` enum('Active','Deleted') NULL AFTER `period`,
MODIFY COLUMN `update_time` datetime NULL DEFAULT current_timestamp() ON UPDATE CURRENT_TIMESTAMP AFTER `description`;