Skip to content

Commit

Permalink
Merge pull request #61 from certego/develop
Browse files Browse the repository at this point in the history
0.7.6
  • Loading branch information
mlodic authored Nov 21, 2023
2 parents 2f73c31 + fdc465c commit caa9dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion certego_saas/ext/upload/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class BIDocument(__BIDocumentInterface, Model):
kwargs = JSONField()

class Meta:
indexes = [Index(fields=["index", "creation_date"])]
indexes = [Index(fields=["index"]), Index(fields=["creation_date"])]

else:

Expand Down
2 changes: 1 addition & 1 deletion certego_saas/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.7.5"
VERSION = "0.7.6"

0 comments on commit caa9dcc

Please sign in to comment.