You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlite3 $database "delete from category_item where category_id in (select id from category where lower(name)=lower($category_name) union select category.id from category, category_alias where category.id=category_alias.category_id and lower(category_alias.name)=lower($category_name)) and item_id=$id and item_type_id=2;"