Create bookmarks table with {v,h}adj_ratio

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2013-06-21 10:07:10 +02:00
parent ae59da30c8
commit b4f290d4f9

View File

@ -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[] =