Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cache): prevent cache creation to break old data #118

Merged
merged 2 commits into from
Nov 4, 2023

Conversation

louisgrasset
Copy link
Owner

This PR fixes the cache creation method.

Previously, Touitomamout was checking for the instance id. Since a recent migration, the instance id was not saved in the same location, so I updated that check, but this is preventing old caches to be compatible with Touitomamout.

This is now fixed.

Thanks to @kai17 for reporting this issue ( #115 ) 🤝 .

@louisgrasset louisgrasset self-assigned this Nov 4, 2023
@louisgrasset louisgrasset added the bug Something isn't working label Nov 4, 2023
Copy link

sonarcloud bot commented Nov 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@louisgrasset louisgrasset merged commit 5b1c98d into main Nov 4, 2023
9 checks passed
@louisgrasset louisgrasset deleted the fix/cache-creation-breaking-migrations branch November 4, 2023 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant