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