add boost index
This commit is contained in:
parent
76218dccac
commit
d7667f7820
@ -0,0 +1,2 @@
|
|||||||
|
-- CreateIndex
|
||||||
|
CREATE INDEX "Item_boost_idx" ON "Item"("boost");
|
@ -532,6 +532,7 @@ model Item {
|
|||||||
@@index([invoiceActionState])
|
@@index([invoiceActionState])
|
||||||
@@index([cost])
|
@@index([cost])
|
||||||
@@index([url])
|
@@index([url])
|
||||||
|
@@index([boost])
|
||||||
}
|
}
|
||||||
|
|
||||||
// we use this to denormalize a user's aggregated interactions (zaps) with an item
|
// we use this to denormalize a user's aggregated interactions (zaps) with an item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user