Actions
Feature #1097
closedRename the `bookmark_name` and `bookmark_url` columns in the bookmarks database
Start date:
10/12/2023
Due date:
% Done:
0%
Estimated time:
Description
These should simply be `name` and `url`.
I was planning to make that change before releasing 0.5, but it got away from me.
Possibly `favorite_icon` should also be shortened.
Updated by Soren Stoutner over 1 year ago
- Status changed from New to Closed
When working on Privacy Browser Android, I realized it is a good idea for these columns to contain the word <bookmark> because it makes things more expressive when working with the import/export code, which combines columns from multiple databases, and name
is too generic. Similarly, URL
is more express in that circumstance when it is specified it is for a bookmark.
Actions