From d2650cd6c570966069e205800ede9db51b6b025e Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 13 Sep 2024 00:13:48 +0300 Subject: [PATCH] fix column separator --- src/app/browser/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/browser/main.cpp b/src/app/browser/main.cpp index 31e31258..2bb8ebcf 100644 --- a/src/app/browser/main.cpp +++ b/src/app/browser/main.cpp @@ -192,7 +192,7 @@ int Main::DB::SESSION::init( R"SQL( CREATE TABLE IF NOT EXISTS `app_browser_main__session` ( - `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `app_browser__session__id` INTEGER NOT NULL + `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `app_browser__session__id` INTEGER NOT NULL, `time` INTEGER NOT NULL DEFAULT CURRENT_TIMESTAMP ) )SQL",