mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-04 06:33:32 +02:00
working progress
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
INSERT INTO profiles (name, description) VALUES
|
||||
('radarr', 'Radarr quality profile for movies'),
|
||||
('sonarr', 'Sonarr quality profile for TV shows');
|
||||
|
||||
INSERT INTO profile_items (profile_id, quality_name, allowed, position) VALUES
|
||||
(1, 'WEBDL-1080p', 1, 1),
|
||||
(1, 'Bluray-1080p', 1, 2),
|
||||
(1, 'WEBDL-720p', 1, 3),
|
||||
(2, 'WEBDL-1080p', 1, 1),
|
||||
(2, 'HDTV-1080p', 1, 2),
|
||||
(2, 'WEBDL-720p', 1, 3);
|
||||
Reference in New Issue
Block a user