Browse Source

fix field name

CPP-GTK4
yggverse 2 months ago
parent
commit
7b33edf895
  1. 2
      src/app/browser/main.cpp

2
src/app/browser/main.cpp

@ -286,7 +286,7 @@ sqlite3_int64 Main::DB::SESSION::add( @@ -286,7 +286,7 @@ sqlite3_int64 Main::DB::SESSION::add(
Glib::ustring::sprintf(
R"SQL(
INSERT INTO `app_browser_main__session` (
`app_browser_main__session__id`
`app_browser__session__id`
) VALUES (
%d
)

Loading…
Cancel
Save