fix: 完善资料审核与 Worker 状态一致性
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE "anonymous_profiles"
|
||||
ADD COLUMN "version" INTEGER NOT NULL DEFAULT 1;
|
||||
|
||||
CREATE INDEX "anonymous_profiles_review_status_updated_at_idx"
|
||||
ON "anonymous_profiles"("review_status", "updated_at");
|
||||
Reference in New Issue
Block a user