sqlite: Drop media table from event cache store#5655
Merged
andybalaam merged 1 commit intomatrix-org:mainfrom Sep 11, 2025
Merged
sqlite: Drop media table from event cache store#5655andybalaam merged 1 commit intomatrix-org:mainfrom
andybalaam merged 1 commit intomatrix-org:mainfrom
Conversation
Since the media store was split into a separate database. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5655 +/- ##
=======================================
Coverage 88.34% 88.34%
=======================================
Files 354 354
Lines 97097 97107 +10
Branches 97097 97107 +10
=======================================
+ Hits 85778 85793 +15
+ Misses 7266 7258 -8
- Partials 4053 4056 +3 ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #5655 will improve performances by 47.79%Comparing Summary
Benchmarks breakdown
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since the media store was split into a separate database in #5568.