no message
This commit is contained in:
parent
7c02beed2b
commit
78c673eaed
@ -26,6 +26,7 @@ export default async (knex: Knex): Promise<void> => {
|
|||||||
await addColumn("t_video", "aiConfigId", "integer");
|
await addColumn("t_video", "aiConfigId", "integer");
|
||||||
await addColumn("t_config", "modelType", "text");
|
await addColumn("t_config", "modelType", "text");
|
||||||
await addColumn("t_videoConfig", "audioEnabled", "integer");
|
await addColumn("t_videoConfig", "audioEnabled", "integer");
|
||||||
|
await addColumn("t_videoConfig", "errorReason", "text");
|
||||||
|
|
||||||
//更正字段
|
//更正字段
|
||||||
await alterColumnType("t_config", "modelType", "text");
|
await alterColumnType("t_config", "modelType", "text");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user