echofox-team / echofon-firefox-unofficial

Echofon Unofficial - maintained version of Echofon: full featured, super clean Twitter app for Firefox.
http://echofox-team.github.io/echofon-firefox-unofficial/
69 stars 10 forks source link

Change database fields to fix lists and blank tweets #77

Closed YoruNoHikage closed 7 years ago

YoruNoHikage commented 7 years ago

I added the schema so we can iterate on it and keep track of changes. If you want to dump it yourself, install the sqlite3 cli and run these commands:

$ sqlite3 defaults/echofon_2.0.sqlite

sqlite> .schema

Anyway, moving on this PR, here's what these small changes provide: As everything is already converted to replace id with id_str, we just have to change the types of the database. Just with this, I'd been able to get back my lists and fix some cache issues (same as in #76).

YoruNoHikage commented 7 years ago

Well it does seems to work great for now. Releasing soon!