mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:13:48 +01:00
Create bookmarks table with {v,h}adj_ratio
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
ae59da30c8
commit
b4f290d4f9
@ -123,6 +123,8 @@ sqlite_db_init(ZathuraSQLDatabase* db, const char* path)
|
||||
"file TEXT,"
|
||||
"id TEXT,"
|
||||
"page INTEGER,"
|
||||
"hadj_ratio FLOAT,"
|
||||
"vadj_ratio FLOAT,"
|
||||
"PRIMARY KEY(file, id));";
|
||||
|
||||
static const char SQL_FILEINFO_INIT[] =
|
||||
|
Loading…
Reference in New Issue
Block a user