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
We originally wanted to save the last 5 commits to the on-device DB for performance reasons back when we were considering using ismorphic-git. Now, with native code powering git log, we don't feel the need to do this anymore. However, we want to include a migration to remove Commit table from the SQLite database:
We originally wanted to save the last 5 commits to the on-device DB for performance reasons back when we were considering using
ismorphic-git. Now, with native code poweringgit log, we don't feel the need to do this anymore. However, we want to include a migration to removeCommittable from the SQLite database:https://stackoverflow.com/questions/59101285/how-to-deal-with-sqlite-migrations-in-react-native-using-typeorm