Skip to content
Snippets Groups Projects

index update

Merged arwunder requested to merge updating-data-model-index into main
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
+ 0
5
@@ -67,8 +67,6 @@ class Item(db.Document):
meta = {"indexes": [
{"fields": [
"closes_at",
"closed_processed",
"seller_informed_about_result"
]}
]}
@@ -123,9 +121,6 @@ class Bid(db.Document):
"amount",
"item",
"created_at",
"auction_end_processed",
"winning_bid",
"bidder_informed"
]}
]}
Loading