This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
[Chore] Remove Commit from typeorm #87
Labels
blocked
We're blocked upstream on a dependency we rely on
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 removeCommit
table from the SQLite database:https://stackoverflow.com/questions/59101285/how-to-deal-with-sqlite-migrations-in-react-native-using-typeorm
The text was updated successfully, but these errors were encountered: