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
To prevent an explosion of storage usage by the sqlite branch, we need to squash this history every commit we push. Maybe, worst case, we keep a .backup copy of the previous commit each time.
The text was updated successfully, but these errors were encountered:
The solution here would be to 1) every update we squash all previous updates. or 2) have a periodic workflow that runs and squashes the history of the branches.
To prevent an explosion of storage usage by the
sqlite
branch, we need to squash this history every commit we push. Maybe, worst case, we keep a.backup
copy of the previous commit each time.The text was updated successfully, but these errors were encountered: