From 03c2cd35009afd4f572130c44ca4018f425a9def Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Sun, 12 Aug 2012 19:01:33 +0300 Subject: ephy-history-service-urls-table: add new rows to the table These rows store information relevant to the overview: the update time of the url's thumbnail and wheter the url should be hidden from the overview's frecent view. --- lib/history/ephy-history-service-urls-table.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/history/ephy-history-service-urls-table.c b/lib/history/ephy-history-service-urls-table.c index e5fd21188..8f54dd386 100644 --- a/lib/history/ephy-history-service-urls-table.c +++ b/lib/history/ephy-history-service-urls-table.c @@ -40,7 +40,9 @@ ephy_history_service_initialize_urls_table (EphyHistoryService *self) "title LONGVARCAR," "visit_count INTEGER DEFAULT 0 NOT NULL," "typed_count INTEGER DEFAULT 0 NOT NULL," - "last_visit_time INTEGER)", &error); + "last_visit_time INTEGER," + "thumbnail_update_time INTEGER DEFAULT 0," + "hidden_from_overview INTEGER DEFAULT 0)", &error); if (error) { g_error("Could not create urls table: %s", error->message); -- cgit v1.2.3