mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-05 18:56:44 +02:00
working progress
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO profiles (name, description) VALUES
|
||||
('banana-test', 'Test profile for banana database');
|
||||
|
||||
INSERT INTO profile_items (profile_id, quality_name, allowed, position) VALUES
|
||||
(1, 'WEBDL-2160p', 1, 1),
|
||||
(1, 'WEBDL-1080p', 1, 2),
|
||||
(1, 'Bluray-2160p', 1, 3);
|
||||
Reference in New Issue
Block a user