mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 11:20:37 +09:00
Add touched/unread inbox issue semantics
This commit is contained in:
parent
3369a9e685
commit
38b9a55eab
13 changed files with 6059 additions and 46 deletions
2
packages/db/src/migrations/0024_far_beast.sql
Normal file
2
packages/db/src/migrations/0024_far_beast.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
CREATE INDEX "issue_comments_company_issue_created_at_idx" ON "issue_comments" USING btree ("company_id","issue_id","created_at");--> statement-breakpoint
|
||||
CREATE INDEX "issue_comments_company_author_issue_created_at_idx" ON "issue_comments" USING btree ("company_id","author_user_id","issue_id","created_at");
|
||||
Loading…
Add table
Add a link
Reference in a new issue