application-services icon indicating copy to clipboard operation
application-services copied to clipboard

[Bug] Metadata DB removes items from Places DB via referrer_place_id

Open mavduevskiy opened this issue 3 years ago • 1 comments

Relates to https://github.com/mozilla-mobile/fenix/issues/23517.

Background: deleting items from history used to be not very consistent, and to align the behavior with the desktop, we are actually removing the url from the places DB. Removing an item from the moz_places also removes related items from the moz_places_metadata, but items from moz_places_metadata also removed related to them items from moz_places by referrer_place_id.

So, basically, the schema should be changed and data migrated.

┆Issue is synchronized with this Jira Task

mavduevskiy avatar Feb 01 '22 02:02 mavduevskiy

Working on that, can not assign it to myself.

mavduevskiy avatar Feb 01 '22 17:02 mavduevskiy

Moved to bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1866511

Change performed by the Move to Bugzilla add-on.

mhammond avatar Nov 24 '23 15:11 mhammond