mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 09:24:54 +10:00
1 line
180 B
SQL
1 line
180 B
SQL
CREATE UNIQUE INDEX "agent_threads_active_in_place_unique" ON "agent_threads" ("user_id","working_resume_id","source_resume_id") WHERE "status" = 'active' and "deleted_at" is null; |