Order history tables #246
This commit is contained in:
parent
a1f7b8b2dc
commit
ee503f76f2
@ -31,7 +31,8 @@ class DataQueryWithHistoryABC(DataQueryABC):
|
|||||||
f"""
|
f"""
|
||||||
SELECT *
|
SELECT *
|
||||||
FROM {self._table_name}
|
FROM {self._table_name}
|
||||||
WHERE Id = {entry.id};
|
WHERE Id = {entry.id}
|
||||||
|
ORDER BY DateTo DESC;
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user