mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-03 06:14:17 +02:00
feat: add position column to quality_group_members
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE quality_group_members ADD COLUMN position INTEGER NOT NULL DEFAULT 0;
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "schema",
|
"name": "schema",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "Base schema for all Profilarr Compliant Databases - defines the structural foundation that all PCDs build upon",
|
"description": "Base schema for all Profilarr Compliant Databases - defines the structural foundation that all PCDs build upon",
|
||||||
"arr_types": ["radarr", "sonarr"],
|
"arr_types": ["radarr", "sonarr"],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user