feat(wordcloud): WordCloudJob 模型/迁移 + 词云生成与轮询适配器
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "WordCloudJob" ADD COLUMN "remoteJobId" TEXT;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "WordCloudJob" ADD COLUMN "remoteJobId" TEXT;
|
||||