mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix field name
This commit is contained in:
parent
c13cc44a59
commit
7b33edf895
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue