bksubhuti / tipitaka-pali-reader

A Pali Reading app made in Flutter
23 stars 6 forks source link

Save User Generated Data before copy #44

Closed bksubhuti closed 3 years ago

bksubhuti commented 3 years ago

Currently, bookmarks and recent tables are overwritten on the db copy during upgrade. Need to read these tables into memory and then insert the rows back once the new db is glued together and indexed.

bksubhuti commented 3 years ago

fixed