Files
schema/data/db/banana/operations.sql
T
2025-10-17 00:56:39 +10:30

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);