zbpt/db/20200320_mxy.sql
小黄狗横扫士力架 bfc6a73c2f first commit
2022-12-28 09:45:16 +08:00

4 lines
266 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ALTER TABLE `live_scene_record`
MODIFY COLUMN `record_type` tinyint(1) NULL DEFAULT 0 COMMENT '回顾类型0直播时移1m3u82mp43快速剪辑4mp3' AFTER `tenant_id`;
UPDATE live_scene_record SET record_type = 4 WHERE uri LIKE '%.mp3'