Skip to content

Commit eefb250

Browse files
pyphiliakim
andauthored
feat: add migration for index on item's deleted at (#2045)
Co-authored-by: kim <kim.phanhoang@epfl.ch>
1 parent 8e5813a commit eefb250

4 files changed

Lines changed: 4021 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE INDEX "IDX_item_deleted_at" ON "item" USING btree ("deleted_at");

0 commit comments

Comments
 (0)