mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 13:41:34 +00:00
fix field name
This commit is contained in:
parent
c13cc44a59
commit
7b33edf895
@ -286,7 +286,7 @@ sqlite3_int64 Main::DB::SESSION::add(
|
|||||||
Glib::ustring::sprintf(
|
Glib::ustring::sprintf(
|
||||||
R"SQL(
|
R"SQL(
|
||||||
INSERT INTO `app_browser_main__session` (
|
INSERT INTO `app_browser_main__session` (
|
||||||
`app_browser_main__session__id`
|
`app_browser__session__id`
|
||||||
) VALUES (
|
) VALUES (
|
||||||
%d
|
%d
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user