shiori icon indicating copy to clipboard operation
shiori copied to clipboard

feat: Deleted time added to the database

Open Monirzadeh opened this issue 3 months ago • 3 comments

This PR will record deleted time with bookmark id in a seprate table. any specific unit test needed?

Why we need this?

for create a sync functionality we need to have 3 things created_at modifieded_at and deleted_at the last one added in this PR. as deleted_at use case is just for sync than keep that in separate table make things cleaner.

after merge #894 #896 and #903 i can finally send PR for add sync functionality to Shiori (some part of code is ready in local system). so user can sync their apps with Shiori server.

Monirzadeh avatar May 08 '24 22:05 Monirzadeh