mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-03 06:14:17 +02:00
feat: enhance media management tables to support multiple configurations with composite primary keys
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
All schema changes will be documented in this file.
|
||||
|
||||
## 27-1-26
|
||||
|
||||
- Media management tables now support multiple named configurations
|
||||
- Removed singleton constraints (`CHECK (id = 1)`) from naming and media settings tables
|
||||
- Added `name` as primary key to: `radarr_naming`, `sonarr_naming`, `radarr_media_settings`, `sonarr_media_settings`
|
||||
- Added `name` to composite primary key for: `radarr_quality_definitions`, `sonarr_quality_definitions`
|
||||
- Allows storing multiple independent configs per table (e.g., different naming schemes, different quality size limits)
|
||||
|
||||
## 21-1-26
|
||||
|
||||
- Removed `delay_profile_tags` table - tags not needed for syncing since only the
|
||||
|
||||
Reference in New Issue
Block a user