Comment 44 for bug 836707

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

Here is a new patch. It contains the following new database fields:

* created DATE DEFAULT CURRENT_TIMESTAMP
(default timestamp on insert)

* pos_panel INTEGER
(triggered on insert, update, delete)

* pos_bar INTEGER
(triggered on insert, update, delete)

* last_visit DATE
(unused)

* visit_count INTEGER DEFAULT 0
(unused)

* nick TEXT
(unused)

The pos-fields (pos_panel, pos_bar) are updated by triggers but are not yet used by the bookmarks panel.

@vcap: Can you adapt your bookmarks conversion patch?