no message

This commit is contained in:
zhishi 2026-02-10 16:37:08 +08:00
parent 7c02beed2b
commit 78c673eaed

View File

@ -26,6 +26,7 @@ export default async (knex: Knex): Promise<void> => {
await addColumn("t_video", "aiConfigId", "integer");
await addColumn("t_config", "modelType", "text");
await addColumn("t_videoConfig", "audioEnabled", "integer");
await addColumn("t_videoConfig", "errorReason", "text");
//更正字段
await alterColumnType("t_config", "modelType", "text");