Browse Source

新增超分接口

private_deployment
lrh 1 year ago
parent
commit
40e826af5c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      suimangAdmin/src/main/resources/db/migration/V202306291619_voice_info.sql

+ 1
- 1
suimangAdmin/src/main/resources/db/migration/V202306291619_voice_info.sql View File

@@ -1,5 +1,5 @@
ALTER TABLE `mallink_suimang_test`.`photo_speak_video`
ADD COLUMN `video_hy_status` smallint NULL COMMENT '视频超分状态' AFTER `video_status`;
ADD COLUMN `video_hy_status` smallint DEFAULT 0 NULL COMMENT '视频超分状态' AFTER `video_status`;

ALTER TABLE `mallink_suimang_test`.`voice_info`
ADD COLUMN `age_type` smallint NULL COMMENT '年纪类型 EnumAgeType' AFTER `sex`;


Loading…
Cancel
Save