summaryrefslogtreecommitdiff
path: root/script/bookmarks_makedb.pl
diff options
context:
space:
mode:
Diffstat (limited to 'script/bookmarks_makedb.pl')
-rw-r--r--script/bookmarks_makedb.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/bookmarks_makedb.pl b/script/bookmarks_makedb.pl
index 84e2fd5..93027a7 100644
--- a/script/bookmarks_makedb.pl
+++ b/script/bookmarks_makedb.pl
@@ -25,6 +25,7 @@ drop table tags;
create table links (
pk integer primary key autoincrement,
url text unique,
+ title text,
descr text,
icon blob,
add_date integer,