mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix field name postfix
This commit is contained in:
parent
d000202be7
commit
33a134ca33
4 changed files with 7 additions and 7 deletions
|
|
@ -55,7 +55,7 @@ int Main::restore(
|
|||
Glib::ustring::sprintf(
|
||||
R"SQL(
|
||||
SELECT * FROM `app_browser_main__session`
|
||||
WHERE `app_browser__session_id` = %d
|
||||
WHERE `app_browser__session__id` = %d
|
||||
)SQL",
|
||||
APP_BROWSER__SESSION__ID
|
||||
).c_str(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue