Browse Source

//sql

private_deployment
xhxu 1 year ago
parent
commit
985bfdd8a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      suimangAdmin/src/main/resources/db/migration/V2023071800001_subtitle.sql

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

@@ -1,3 +1,3 @@
ALTER TABLE `mallink_suimang_test`.`photo_speak_video`
ALTER TABLE `mallink_suimang`.`photo_speak_video`
ADD COLUMN `subtitle_enabled` smallint(1) COMMENT '字幕开关' AFTER `person_photo_url`,
ADD COLUMN `subtitle_params` json COMMENT '字幕参数' AFTER `subtitle_enabled`;

Loading…
Cancel
Save