mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix history records selection to asc
This commit is contained in:
parent
f3483cf0c3
commit
f5b9a24632
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ int History::restore(
|
|||
R"SQL(
|
||||
SELECT * FROM `app_browser_main_tab_page_navigation_history__session`
|
||||
WHERE `app_browser_main_tab_page_navigation__session__id` = %d
|
||||
ORDER BY `id` DESC
|
||||
ORDER BY `id` ASC
|
||||
)SQL",
|
||||
APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__SESSION__ID
|
||||
).c_str(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue