mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 05:31:06 +00:00
fix column name
This commit is contained in:
parent
d2650cd6c5
commit
757958c209
@ -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…
x
Reference in New Issue
Block a user