Migrated links, lyrics and properties
This commit is contained in:
@@ -10,8 +10,7 @@ _tema_id_to_ngrams_cache: dict[int, search_model.NGrams] | None = None
|
||||
def get_tema_by_id(tema_id: int, con: Connection | None = None) -> model.Tema | None:
|
||||
query = """
|
||||
SELECT
|
||||
id, title, properties, links, lyrics, alternatives, ngrams,
|
||||
creation_date, modification_date, hidden
|
||||
id, title, alternatives, creation_date, modification_date, hidden
|
||||
FROM temes
|
||||
WHERE id = :id
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user