mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-03 06:14:17 +02:00
8 lines
276 B
SQL
8 lines
276 B
SQL
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);
|