fixed bug for dalle prompt translate

This commit is contained in:
RockYang
2024-05-27 11:42:14 +08:00
parent 13c917ad7e
commit 24e4be019a
3 changed files with 8 additions and 4 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `chatgpt_dall_jobs` CHANGE `org_url` `org_url` VARCHAR(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '原图地址';