go-shiori / shiori

Simple bookmark manager built with Go
MIT License
9.49k stars 555 forks source link

Table bookmark_content_data is not cleared on "shiori delete" #547

Open schlamar opened 1 year ago

schlamar commented 1 year ago

Data

Describe the bug / actual behavior

Deleting all bookmarks with shiori delete doesn't clear the table bookmark_content_data.

Expected behavior

All bookmark related data is deleted on shiori delete including table bookmark_content_data

To Reproduce

Steps to reproduce the behavior:

  1. "shiori delete -y"
  2. Check table bookmark_content_data. For example with https://sqlitebrowser.org/

image

image

JaiminR28 commented 1 year ago

is this issue still active ? I can work on it

fmartingr commented 1 year ago

Hey @JaiminR28 I believe this still applies, I don't remember fixing this specific issue. I'm assigning you for the time being. Thank you!