Explorar el Código

//sql

private_deployment
xhxu hace 1 año
padre
commit
985bfdd8a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      suimangAdmin/src/main/resources/db/migration/V2023071800001_subtitle.sql

+ 1
- 1
suimangAdmin/src/main/resources/db/migration/V2023071800001_subtitle.sql Ver fichero

@@ -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`;

Cargando…
Cancelar
Guardar