mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix column name
This commit is contained in:
parent
d2650cd6c5
commit
757958c209
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ int Tab::DB::SESSION::clean(
|
|||
Glib::ustring::sprintf(
|
||||
R"SQL(
|
||||
SELECT * FROM `app_browser_main_tab__session`
|
||||
WHERE `app_browser_main_tab__session_id` = %d
|
||||
WHERE `app_browser_main__session_id` = %d
|
||||
)SQL",
|
||||
APP_BROWSER_MAIN__SESSION__ID
|
||||
).c_str(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue