feat: add custom format testing table for validating format matching

This commit is contained in:
Sam Chau
2025-12-31 00:15:51 +10:30
parent a68320555b
commit bd0bdcca6c
2 changed files with 26 additions and 0 deletions
+8
View File
@@ -40,3 +40,11 @@ All schema changes will be documented in this file.
- delay_profiles: protocol preference, delays, bypass conditions
- delay_profile_tags: junction table for tag associations
- CHECK constraints for protocol/delay validation
## 31-12-25
- Add custom format testing table
- custom_format_tests: stores test cases for validating custom format matching
- Each test specifies a release title and whether it should match the format
- Supports movie/series type differentiation for parser context
- Unique constraint on (custom_format_id, title, type) prevents duplicate tests