Sadly, i changed something in a .sqlite file by accident and the file is corrupted and unusable.
i tried to fix it, and my last option was to rewind to it’s state of a few days ago. However when i hit the Rewind button it does not show any changes at all, however It does show changes in different files. how can i fix this?
Let us know the project name and we’ll take a look. If your project is private, either make it public temporarily or dm me a join link so we can view the code. Thanks.
If your sqlite files are in the .data folder (which is gitignored) or are listed in a .gitignore file then changes to them aren’t saved to git and so aren’t included in Rewind. With the project name we’ll be able to confirm whether this is the case.
This is by design - you don’t want your database stored in the git repository. Storing binary files that change often there will quickly fill up the available disk space.