Make a new database table for the offline cache #74
Labels
feature-request
Label to put if requesting a new feature
hacktoberfest
Issues to solve if participating in hacktoberfest
help wanted
Extra attention is needed
P1
Priority Task - 1
As offline cache has been added to the app, it has disrupted the flow of favorites tab. Since both data is being saved in one single table, so it has messed up the database. We want to save the offline cache into a separate database. The solution to this would be pretty simple. We don't need new entities for cache. We can simply create a new database for cache specifically.
The text was updated successfully, but these errors were encountered: