Skip to content

Commit 83bd4c4

Browse files
pyphiliakim
andauthored
feat: return only deleted items up to 3 months (#2048)
* feat: return only deleted items up to 3 months * refactor: add index on recycled data created at --------- Co-authored-by: kim <kim.phanhoang@epfl.ch>
1 parent 1b36d09 commit 83bd4c4

8 files changed

Lines changed: 4221 additions & 10 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE INDEX "IDX_recycled_item_data_created_at" ON "recycled_item_data" USING btree ("created_at" DESC NULLS LAST);

0 commit comments

Comments
 (0)