mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
update table name
This commit is contained in:
parent
f98b0e55e9
commit
6c2dc8c4ac
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue