fix: 完善资料审核与 Worker 状态一致性

This commit is contained in:
root
2026-09-15 08:30:39 +08:00
parent f455552e92
commit ec573b5ae2
10 changed files with 639 additions and 101 deletions
@@ -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");