mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
update table name
This commit is contained in:
parent
f98b0e55e9
commit
6c2dc8c4ac
@ -16,7 +16,7 @@ Tab::Tab(
|
|||||||
// Init database
|
// Init database
|
||||||
db.exec(
|
db.exec(
|
||||||
R"SQL(
|
R"SQL(
|
||||||
CREATE TABLE IF NOT EXISTS `app_browser_tab`
|
CREATE TABLE IF NOT EXISTS `app_browser_main_tab`
|
||||||
(
|
(
|
||||||
`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
|
`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||||
`time` INTEGER NOT NULL,
|
`time` INTEGER NOT NULL,
|
||||||
@ -46,6 +46,8 @@ Tab::Tab(
|
|||||||
action__refresh->activate();
|
action__refresh->activate();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// @TODO restore session from DB
|
||||||
}
|
}
|
||||||
|
|
||||||
// Actions
|
// Actions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user