[epiphany/history-rewrite: 44/45] ephy-history-service: drop the favicon_id from the urls table



commit d460a15aca7c4522125b5dada12aa2b46b34728d
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed Aug 3 18:30:25 2011 +0300

    ephy-history-service: drop the favicon_id from the urls table
    
    If anything, it should be in the hosts table.

 lib/history/ephy-history-service-urls-table.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/lib/history/ephy-history-service-urls-table.c b/lib/history/ephy-history-service-urls-table.c
index af226ec..56eb58c 100644
--- a/lib/history/ephy-history-service-urls-table.c
+++ b/lib/history/ephy-history-service-urls-table.c
@@ -40,7 +40,6 @@ ephy_history_service_initialize_urls_table (EphyHistoryService *self)
     "visit_count INTEGER DEFAULT 0 NOT NULL,"
     "typed_count INTEGER DEFAULT 0 NOT NULL,"
     "last_visit_time INTEGER,"
-    "favicon_id INTEGER DEFAULT 0 NOT NULL,"
     "zoom_level REAL DEFAULT 1.0)", &error);
 
   if (error) {



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