[epiphany/in-tab-overview: 13/29] ephy-history-service-urls-table: add new rows to the table



commit 6c9f94ffb32a24cbbf5c3ccccdba83852d92d7df
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Sun Aug 12 19:01:33 2012 +0300

    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 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/lib/history/ephy-history-service-urls-table.c b/lib/history/ephy-history-service-urls-table.c
index e5fd211..8f54dd3 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]