Fix lint error in data_extraction_rules.xml

Added database domain to included paths before excluding pwa_cache.db
to fix FullBackupContent lint error in data extraction rules.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-05 16:45:47 +01:00
parent b591afc828
commit 25de798b2a

View File

@@ -2,6 +2,7 @@
<data-extraction-rules> <data-extraction-rules>
<cloud-backup> <cloud-backup>
<include domain="sharedpref" path="."/> <include domain="sharedpref" path="."/>
<include domain="database" path="."/>
<exclude domain="database" path="pwa_cache.db"/> <exclude domain="database" path="pwa_cache.db"/>
</cloud-backup> </cloud-backup>
</data-extraction-rules> </data-extraction-rules>