mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-06 19:07:57 +02:00
working progress
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"version": "0.1",
|
||||
"dependencies": {
|
||||
"base": "0.1"
|
||||
}
|
||||
}
|
||||
@@ -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