Skip to content
Snippets Groups Projects
Commit d466c539 authored by arwunder's avatar arwunder
Browse files

Merge branch 'updating-data-model-index' into 'main'

index update

See merge request !64
parents fa4465ce 660ccfc8
Branches main
No related tags found
1 merge request!64index update
Pipeline #16076 passed
......@@ -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"
]}
]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment