Skip to content

Commit

Permalink
remove unused SEARCH_INDEX Timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
ajslater committed Mar 8, 2023
1 parent d702d98 commit 176a626
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions codex/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,11 +557,10 @@ class Timestamp(NamedModel):

COVERS = "covers"
JANITOR = "janitor"
SEARCH_INDEX = "search_index" # TODO remove
CODEX_VERSION = "codex_version"
SEARCH_INDEX_UUID = "search_index_uuid"
API_KEY = "api_key"
NAMES = (COVERS, JANITOR, SEARCH_INDEX, CODEX_VERSION, SEARCH_INDEX_UUID, API_KEY)
NAMES = (COVERS, JANITOR, CODEX_VERSION, SEARCH_INDEX_UUID, API_KEY)

version = CharField(max_length=32, default="")

Expand Down

0 comments on commit 176a626

Please sign in to comment.