Comment 1 for bug 836707

Revision history for this message
Olli (coderkun-deactivatedaccount) wrote :

i prefer the 2th solution, cause it fits better in the current code.

CREATE TABLE IF NOT EXISTS bookmarks (
id integer primary key autoincrement,
parent integer,
title text,
uri text,
desc text,
app integer,
toolbar integer
)

i could provide a patch (by the end of the week or so), would this be appreciated?